Skip to content

Commit

Permalink
Normalized line-ending
Browse files Browse the repository at this point in the history
  • Loading branch information
mMosiur committed Dec 10, 2023
1 parent eecf8fb commit 4b37ee2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Day09 - Mirage Maintenance/Puzzle/Oasis/Report.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace AdventOfCode.Year2023.Day09.Puzzle.Oasis;
namespace AdventOfCode.Year2023.Day09.Puzzle.Oasis;

internal sealed class Report(IEnumerable<ValueHistory> valueHistories)
{
Expand Down
2 changes: 1 addition & 1 deletion Day09 - Mirage Maintenance/Puzzle/Oasis/ReportReader.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using AdventOfCode.Common.SpanExtensions;
using AdventOfCode.Common.SpanExtensions;

namespace AdventOfCode.Year2023.Day09.Puzzle.Oasis;

Expand Down
2 changes: 1 addition & 1 deletion Day09 - Mirage Maintenance/Puzzle/Oasis/ValueHistory.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections;
using System.Collections;

namespace AdventOfCode.Year2023.Day09.Puzzle.Oasis;

Expand Down

0 comments on commit 4b37ee2

Please sign in to comment.