Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Dec 6, 2023
1 parent 2bd170a commit 26044ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/src/2023/06.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ binSearch p lo hi
| p mid = binSearch p mid hi
| otherwise = binSearch p lo mid
where
mid = lo + (hi - lo) `div` 2
mid = lo + (hi - lo) `div` 2

0 comments on commit 26044ff

Please sign in to comment.