Skip to content

Commit

Permalink
Fix tidy call in runtest with custom HTML element
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Jun 10, 2024
1 parent 46c90a6 commit 06ce2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/compiletest/src/runtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2748,6 +2748,7 @@ impl<'test> TestCx<'test> {

#[rustfmt::skip]
let tidy_args = [
"--new-blocklevel-tags", "rustdoc-search",
"--indent", "yes",
"--indent-spaces", "2",
"--wrap", "0",
Expand Down

0 comments on commit 06ce2e0

Please sign in to comment.