Skip to content

Commit 1dc3e45

Browse files
committed
Fix test
1 parent 1969ac9 commit 1dc3e45

File tree

1 file changed

+2
-3
lines changed
  • rustfmt-core/rustfmt-bin/tests/rustfmt

1 file changed

+2
-3
lines changed

rustfmt-core/rustfmt-bin/tests/rustfmt/main.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,10 @@ fn inline_config() {
9191
"--config",
9292
"max_width=80,edition=2018",
9393
"--config",
94-
"tab_spaces=8,format_strings=true"
94+
"max_width=60,format_strings=true"
9595
],
96-
contains("max_width = 80")
96+
contains("max_width = 60")
9797
&& contains("edition = \"2018\"")
9898
&& contains("format_strings = true")
99-
&& contains("tab_spaces = 8")
10099
);
101100
}

0 commit comments

Comments
 (0)