Skip to content

Commit c0e51d7

Browse files
committed
Run rustfmt
1 parent c42e859 commit c0e51d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-macros/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use query_macros::*;
2929
fn block_on<F: std::future::Future>(future: F) -> F::Output {
3030
// TODO: Someone think of something better for async proc macros + tokio
3131
tokio::runtime::Runtime::new().unwrap().block_on(future)
32-
}
32+
}
3333

3434
fn macro_result(tokens: proc_macro2::TokenStream) -> TokenStream {
3535
quote!(

0 commit comments

Comments
 (0)