Skip to content

Commit 9c76b50

Browse files
committed
Add empty line at end of file
1 parent b2b350d commit 9c76b50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maths/addition_without_arithmetic.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ when isMainModule:
3434
check:
3535
add(-7, 2) == -5
3636
add(-13, 5) == -8
37-
add(13, -5) == 8
37+
add(13, -5) == 8

maths/allocation_number.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ when isMainModule:
5454

5555
test "`allocationNum` on more partitions than bytes":
5656
doAssertRaises(ValueError): discard allocationNum(0, 5)
57-
doAssertRaises(ValueError): discard allocationNum(1, 5)
57+
doAssertRaises(ValueError): discard allocationNum(1, 5)

0 commit comments

Comments
 (0)