Skip to content

Commit

Permalink
2019/day02: Fix wsl linter
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Dec 19, 2019
1 parent 053c509 commit 38efd34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions puzzles/solutions/2019/day02/solution.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func (s solution) Part2(input io.Reader) (string, error) {
"noun": i,
"verb": j,
}).Info("Solved at positions")

return strconv.Itoa(nounVerb(i, j)), nil
}
}
Expand Down

0 comments on commit 38efd34

Please sign in to comment.