From 92aecc37fed3f2a958473fc2d5c8aa0b04eff3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Campinas?= Date: Wed, 27 Jun 2018 00:55:34 +0200 Subject: [PATCH] removed comment with default: rustfmt-control_brace_style --- tests/source/control-brace-style-always-same-line.rs | 2 -- tests/source/else-if-brace-style-always-same-line.rs | 2 -- tests/target/control-brace-style-always-same-line.rs | 2 -- tests/target/else-if-brace-style-always-same-line.rs | 2 -- 4 files changed, 8 deletions(-) diff --git a/tests/source/control-brace-style-always-same-line.rs b/tests/source/control-brace-style-always-same-line.rs index 1c8f487e7cda..45111aaab08c 100644 --- a/tests/source/control-brace-style-always-same-line.rs +++ b/tests/source/control-brace-style-always-same-line.rs @@ -1,5 +1,3 @@ -// rustfmt-control_brace_style: AlwaysSameLine - fn main() { loop { (); diff --git a/tests/source/else-if-brace-style-always-same-line.rs b/tests/source/else-if-brace-style-always-same-line.rs index 41f5305bf8c4..37c9417ea160 100644 --- a/tests/source/else-if-brace-style-always-same-line.rs +++ b/tests/source/else-if-brace-style-always-same-line.rs @@ -1,5 +1,3 @@ -// rustfmt-control_brace_style: AlwaysSameLine - fn main() { if false { diff --git a/tests/target/control-brace-style-always-same-line.rs b/tests/target/control-brace-style-always-same-line.rs index ae6bf4a56821..cf3f82dfcf10 100644 --- a/tests/target/control-brace-style-always-same-line.rs +++ b/tests/target/control-brace-style-always-same-line.rs @@ -1,5 +1,3 @@ -// rustfmt-control_brace_style: AlwaysSameLine - fn main() { loop { (); diff --git a/tests/target/else-if-brace-style-always-same-line.rs b/tests/target/else-if-brace-style-always-same-line.rs index 5e5ab21a0d88..07b71fd790dc 100644 --- a/tests/target/else-if-brace-style-always-same-line.rs +++ b/tests/target/else-if-brace-style-always-same-line.rs @@ -1,5 +1,3 @@ -// rustfmt-control_brace_style: AlwaysSameLine - fn main() { if false { ();