Skip to content

Commit

Permalink
remove trailing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbiox committed Jan 27, 2024
1 parent 8fbe293 commit ddc71e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/practice/list-ops/test_list_ops.nim
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,3 @@ suite "reverse the elements of the list":

# test "list of lists is not flattened": # 40872990-b5b8-4cb8-9085-d91fc0d05d26
# check reverse(@[@[], @[1], @[2, 3]]) == @[@[2, 3], @[1], @[]]

0 comments on commit ddc71e6

Please sign in to comment.