Skip to content

Commit

Permalink
🔥 Remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AucaCoyan committed Dec 16, 2023
1 parent 1f385cf commit 07f5076
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/formatting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ pub(crate) fn format_inner(contents: &[u8], _config: &Config) -> Vec<u8> {
FlatShape::External => out = resolve_external(bytes, out),
FlatShape::ExternalArg | FlatShape::Signature | FlatShape::Keyword => {
out.extend(bytes);
// out.extend(b" ");
out = insert_newline(out);
}
FlatShape::VarDecl(varid) | FlatShape::Variable(varid) => {
Expand Down

0 comments on commit 07f5076

Please sign in to comment.