Skip to content

Commit 39d974d

Browse files
authored
fix: nimpretty for arc_length.nim (#43)
1 parent 9247c41 commit 39d974d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/arc_length.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ when isMainModule:
2121
check almostEqual(arcLengthDegree(15, 120), 31.41592653589793, UnitsInLastPlace)
2222
test "radius 10, angle 90":
2323
check almostEqual(arcLengthDegree(10, 90), 15.70796326794897, UnitsInLastPlace)
24-
24+
2525
suite "Arc Length":
2626
test "radius 5, angle 45":
2727
check almostEqual(arcLengthRadian(5, degToRad(45.0)), 3.926990816987241,

0 commit comments

Comments
 (0)