Skip to content

Commit

Permalink
Fix missing rule header
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanoz committed Aug 24, 2023
1 parent 9070e02 commit 182e221
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/writer/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ impl<Out: io::Write> Basic<Out> {
rule.name,
indent = " ".repeat(self.indent)
);
self.lines_to_clear += self.styles.lines_count(&out);
self.indent += 2;
self.output.write_line(&self.styles.ok(out))
}
Expand Down

0 comments on commit 182e221

Please sign in to comment.