Skip to content

Commit

Permalink
Update lint_markdown_headings_space.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn committed Jan 21, 2024
1 parent 4bc88aa commit 93266e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eipw-lint/tests/lint_markdown_headings_space.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ header: value1
`#world`
"#;

println!("{}", src_str);

let reports = Linter::<Text<String>>::default()
.clear_lints()
.deny("markdown-headings-space", HeadingsSpace {})
Expand Down

0 comments on commit 93266e6

Please sign in to comment.