Skip to content

Commit

Permalink
Added new lines at the end of files that were missing it
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverLok committed Aug 6, 2024
1 parent 99321ab commit f389541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testdata/course-languages/bash/grader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ function test_add() {
[[ $result -eq $expected ]]
}

[[ "${BASH_SOURCE[0]}" == "${0}" ]] && main "$@"
[[ "${BASH_SOURCE[0]}" == "${0}" ]] && main "$@"
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
}
]
}
}
}

0 comments on commit f389541

Please sign in to comment.