Skip to content

Commit 25b50aa

Browse files
committed
style: add newline at end of bogo_sort.nim
1 parent 4f7aaec commit 25b50aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorts/bogo_sort.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ when isMainModule:
3838
test "sort an array of strings":
3939
var arr = @["c", "a", "b"]
4040
bogoSort(arr)
41-
check isSorted(arr)
41+
check isSorted(arr)

0 commit comments

Comments
 (0)