Skip to content

Commit 2245a11

Browse files
committed
Add new line in the end of output
1 parent 2680090 commit 2245a11

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/user_profile_tests.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,5 +299,6 @@ int main() {
299299
return EXIT_FAILURE;
300300
}
301301
}
302+
printf("\n");
302303
return EXIT_SUCCESS;
303-
}
304+
}

0 commit comments

Comments
 (0)