diff --git a/chkcrontab b/chkcrontab index 1e5b3832e4b3644b568c57d90aa6112653e1ce37..eb3f220809af8ac9052acca545c04aa5446c02a9 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 0e58c225d781e79aabd8b23d8e56a998f9e38ebe..a37832db0b11b25aa00b914f7f3ca5cb74020f97 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