removed comment with default: rustfmt-control_brace_style

This commit is contained in:
Stéphane Campinas 2018-06-27 00:55:34 +02:00
parent 4c65bd1c46
commit 92aecc37fe
No known key found for this signature in database
GPG Key ID: 8272664236A42C2F
4 changed files with 0 additions and 8 deletions

View File

@ -1,5 +1,3 @@
// rustfmt-control_brace_style: AlwaysSameLine
fn main() {
loop {
();

View File

@ -1,5 +1,3 @@
// rustfmt-control_brace_style: AlwaysSameLine
fn main() {
if false
{

View File

@ -1,5 +1,3 @@
// rustfmt-control_brace_style: AlwaysSameLine
fn main() {
loop {
();

View File

@ -1,5 +1,3 @@
// rustfmt-control_brace_style: AlwaysSameLine
fn main() {
if false {
();