From 9ba7421ec55ff2901f45322c47972d5b4d4ed1c1 Mon Sep 17 00:00:00 2001 From: Suhas Thalanki Date: Fri, 21 Feb 2025 17:49:47 -0500 Subject: [PATCH] fix: cargo fmt file --- compute_tools/src/spec.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute_tools/src/spec.rs b/compute_tools/src/spec.rs index 59df9bbcef..b32f6e9b60 100644 --- a/compute_tools/src/spec.rs +++ b/compute_tools/src/spec.rs @@ -214,4 +214,4 @@ pub async fn handle_migrations(client: &mut Client) -> Result<()> { .await?; Ok(()) -} \ No newline at end of file +}