Skip to content

Commit

Permalink
Run dotnet format
Browse files Browse the repository at this point in the history
Run dotnet format and commit changes.
  • Loading branch information
martincostello committed Oct 27, 2024
1 parent d73447f commit 420f99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProjectEuler/Puzzles/Puzzle022.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ internal List<string> ReadNames()

string namesText = reader.ReadToEnd();

return [..namesText
return [.. namesText
.Split(',')
.Select((p) => p.Trim(Trimmable))
.Order(StringComparer.Ordinal)];
Expand Down

0 comments on commit 420f99e

Please sign in to comment.