aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/main.c b/tests/main.c
index 520d8b4..94f2d32 100644
--- a/tests/main.c
+++ b/tests/main.c
@@ -233,7 +233,6 @@ static void test_load_error(const char *filepath, const char *expected_error) {
free(expected_data.expected_error);
}
-
/* TODO: Restrict variables in global scope to const */
int main(int argc, char **argv) {
return_if_error(test_hash_map());
@@ -269,4 +268,4 @@ int main(int argc, char **argv) {
exit(1);
}
return 0;
-}
+} \ No newline at end of file