File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2370,7 +2370,7 @@ fn rewrite_fn_base(
2370
2370
|| context. config . indent_style ( ) == IndentStyle :: Visual
2371
2371
{
2372
2372
let indent = if param_str. is_empty ( ) {
2373
- // Aligning with non-existent params looks silly.
2373
+ // Aligning with nonexistent params looks silly.
2374
2374
force_new_line_for_brace = true ;
2375
2375
indent + 4
2376
2376
} else {
@@ -2385,7 +2385,7 @@ fn rewrite_fn_base(
2385
2385
} else {
2386
2386
let mut ret_shape = Shape :: indented ( indent, context. config ) ;
2387
2387
if param_str. is_empty ( ) {
2388
- // Aligning with non-existent params looks silly.
2388
+ // Aligning with nonexistent params looks silly.
2389
2389
force_new_line_for_brace = true ;
2390
2390
ret_shape = if context. use_block_indent ( ) {
2391
2391
ret_shape. offset_left ( 4 ) . unwrap_or ( ret_shape)
You can’t perform that action at this time.
0 commit comments