Skip to content

Commit 10d14f0

Browse files
committed
fix cargo fmt
1 parent e0febd9 commit 10d14f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/salsa-macros/src/interned.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ use crate::{
22
db_lifetime,
33
hygiene::Hygiene,
44
options::Options,
5-
salsa_struct::{SalsaStruct, SalsaStructAllowedOptions}, token_stream_with_error,
5+
salsa_struct::{SalsaStruct, SalsaStructAllowedOptions},
6+
token_stream_with_error,
67
};
78
use proc_macro2::TokenStream;
89

0 commit comments

Comments
 (0)