Run rustfmt

This commit is contained in:
Ryan Leckey 2020-01-15 01:55:42 -08:00
parent c42e859141
commit c0e51d7451

View File

@ -29,7 +29,7 @@ use query_macros::*;
fn block_on<F: std::future::Future>(future: F) -> F::Output {
// TODO: Someone think of something better for async proc macros + tokio
tokio::runtime::Runtime::new().unwrap().block_on(future)
}
}
fn macro_result(tokens: proc_macro2::TokenStream) -> TokenStream {
quote!(