removed comment with default: rustfmt-control_brace_style
This commit is contained in:
parent
4c65bd1c46
commit
92aecc37fe
4 changed files with 0 additions and 8 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue