File tree 3 files changed +5
-11
lines changed
3 files changed +5
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1449,7 +1449,10 @@ impl AxesCommonData
1449
1449
let mut first = true ;
1450
1450
for e in self . elems . iter ( )
1451
1451
{
1452
- if e. num_rows == 0 { continue ; }
1452
+ if e. num_rows == 0
1453
+ {
1454
+ continue ;
1455
+ }
1453
1456
if !first
1454
1457
{
1455
1458
write ! ( writer, "," ) ;
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ struct_field_align_threshold = 0
34
34
enum_discrim_align_threshold = 0
35
35
match_arm_blocks = true
36
36
force_multiline_blocks = false
37
- fn_args_layout = " Compressed"
37
+ fn_params_layout = " Compressed"
38
38
brace_style = " AlwaysNextLine"
39
39
control_brace_style = " AlwaysNextLine"
40
40
trailing_semicolon = true
@@ -57,8 +57,6 @@ skip_children = false
57
57
hide_parse_errors = false
58
58
error_on_line_overflow = false
59
59
error_on_unformatted = false
60
- report_todo = " Never"
61
- report_fixme = " Never"
62
60
ignore = []
63
61
emit_mode = " Files"
64
62
make_backup = false
You can’t perform that action at this time.
0 commit comments