From 0822bbc299446ba42d61766a2abea1e8b596206f Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Thu, 15 Aug 2013 01:00:30 +0100 Subject: [PATCH] Put newlines on the last line. --- chkcrontab | 2 +- tests/test_crontab.whitelist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chkcrontab b/chkcrontab index 1e5b383..eb3f220 100755 --- a/chkcrontab +++ b/chkcrontab @@ -61,4 +61,4 @@ def get_whitelisted_users(argv): return None if __name__ == '__main__': - sys.exit(main(sys.argv)) \ No newline at end of file + sys.exit(main(sys.argv)) diff --git a/tests/test_crontab.whitelist b/tests/test_crontab.whitelist index 0e58c22..a37832d 100644 --- a/tests/test_crontab.whitelist +++ b/tests/test_crontab.whitelist @@ -1,3 +1,3 @@ # WARN 1 for questionable file name. # WARN 0 for missing user -1 * * * * not_a_user Command \ No newline at end of file +1 * * * * not_a_user Command -- GitLab