Skip to content

Commit

Permalink
Run dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
kekavc24 committed Jul 1, 2024
1 parent f5a259b commit 5a51cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/list_mutations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SourceEdit updateInList(
final (offsetOfLastComment, _) =
skipAndExtractCommentsInBlock(yaml, end, null, lineEnding);
end = offsetOfLastComment;

valueString =
normalizeEncodedBlock(yaml, lineEnding, end, newValue, valueString);

Expand Down

0 comments on commit 5a51cbe

Please sign in to comment.