Skip to content

Commit

Permalink
refactor: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
artemtam committed Dec 8, 2023
1 parent 261937c commit 7e9d283
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/day-07/solution.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ test('part 1', () => {
expect(solvePart1(input)).toEqual(250898830);
});


test('part 2', () => {
expect(solvePart2(input)).toEqual(252127335);
});



0 comments on commit 7e9d283

Please sign in to comment.