Skip to content

Commit

Permalink
Fix long line.
Browse files Browse the repository at this point in the history
  • Loading branch information
munificent committed Jan 23, 2024
1 parent cf79ff4 commit af4aba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/front_end/delimited_list_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ class DelimitedListBuilder {

// A function expression takes precedence over other block arguments.
case ([var blockArgument], _, _):
// Otherwise, if there is single block argument, it can be block formatted.
// Otherwise, if there one block argument, it can be block formatted.
case ([], [var blockArgument], _):
_elements[blockArgument].allowNewlines = true;
}
Expand Down

0 comments on commit af4aba4

Please sign in to comment.