Skip to content

Commit

Permalink
Fix basic style check by breaking line
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Oct 26, 2023
1 parent b26b803 commit 8b7683e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion macros/src/parse/buf.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
use proc_macro2::{token_stream::IntoIter, TokenStream, TokenTree, Span, Group, Punct, Ident, Delimiter};
use proc_macro2::{
token_stream::IntoIter, TokenStream, TokenTree, Span, Group, Punct, Ident, Delimiter,
};
use litrs::StringLit;

use crate::err::{Error, err};
Expand Down

0 comments on commit 8b7683e

Please sign in to comment.