From d9b6490eb3ee957f7607ee9e602c5a3e7e672c6f Mon Sep 17 00:00:00 2001 From: GambitingMan <68272188+GambitingMan@users.noreply.github.com> Date: Sun, 15 Oct 2023 12:03:20 +0200 Subject: [PATCH] Typo --- tests/rustfmt/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rustfmt/main.rs b/tests/rustfmt/main.rs index b3976410d8e..87b55ca1d1d 100644 --- a/tests/rustfmt/main.rs +++ b/tests/rustfmt/main.rs @@ -186,7 +186,7 @@ fn dont_emit_ICE() { } #[test] -fn rustfmt_emits_error_when_control_bace_style_is_always_next_line() { +fn rustfmt_emits_error_when_control_brace_style_is_always_next_line() { // See also https://github.com/rust-lang/rustfmt/issues/5912 let args = [ "--config=color=Never",