Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Missed a rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chotchki committed Aug 28, 2021
1 parent 510aaba commit 6341c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sql_create_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ async fn create_table_with_nullable() -> Result<(), Box<dyn std::error::Error>>
.await?;

common::_request_shutdown(request_shutdown).await?;

Ok(())
}

0 comments on commit 6341c39

Please sign in to comment.