Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Nov 4, 2024
1 parent 8e88296 commit f5a6940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fn fix_leading_indentation<S: AsRef<str>>(source: S) -> String {
fn fix_indentation<S: AsRef<str>>(source: S) -> String {
let source = source.as_ref();
// let source = fix_first_line_indentation(source);

fix_leading_indentation(source)
}

Expand Down

0 comments on commit f5a6940

Please sign in to comment.