Skip to content

Commit 47e892d

Browse files
Update from github-actions[bot] running command 'fmt'
1 parent 98a0fb2 commit 47e892d

File tree

1 file changed

+2
-3
lines changed
  • substrate/client/tracing/proc-macro/src

1 file changed

+2
-3
lines changed

substrate/client/tracing/proc-macro/src/lib.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
// limitations under the License.
1717

1818
use proc_macro::TokenStream;
19-
use quote::quote;
20-
use syn::{Error, Expr, ItemFn};
2119
use proc_macro2::Span;
2220
use proc_macro_crate::{crate_name, FoundCrate};
23-
use syn::{Path, Result};
21+
use quote::quote;
22+
use syn::{Error, Expr, ItemFn, Path, Result};
2423

2524
/// This prefixes all the log lines with `[<name>]` (after the timestamp). It works by making a
2625
/// tracing's span that is propagated to all the child calls and child tasks (futures) if they are

0 commit comments

Comments
 (0)