mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 10:45:18 +00:00
removed comment with default: rustfmt-control_brace_style
This commit is contained in:
parent
4c65bd1c46
commit
92aecc37fe
@ -1,5 +1,3 @@
|
||||
// rustfmt-control_brace_style: AlwaysSameLine
|
||||
|
||||
fn main() {
|
||||
loop {
|
||||
();
|
||||
|
@ -1,5 +1,3 @@
|
||||
// rustfmt-control_brace_style: AlwaysSameLine
|
||||
|
||||
fn main() {
|
||||
if false
|
||||
{
|
||||
|
@ -1,5 +1,3 @@
|
||||
// rustfmt-control_brace_style: AlwaysSameLine
|
||||
|
||||
fn main() {
|
||||
loop {
|
||||
();
|
||||
|
@ -1,5 +1,3 @@
|
||||
// rustfmt-control_brace_style: AlwaysSameLine
|
||||
|
||||
fn main() {
|
||||
if false {
|
||||
();
|
||||
|
Loading…
Reference in New Issue
Block a user