fix: cargo fmt file

This commit is contained in:
Suhas Thalanki
2025-02-21 17:49:47 -05:00
parent f2d94e3cf3
commit 9ba7421ec5

View File

@@ -214,4 +214,4 @@ pub async fn handle_migrations(client: &mut Client) -> Result<()> {
.await?;
Ok(())
}
}