Remove extra new lines at the ends of Zulip authoried files.

Fixes #1627.

[tweaked by tabbott to avoid patching third-party modules, for now]
This commit is contained in:
Sahil Dua
2016-09-18 02:59:16 +02:00
committed by Tim Abbott
parent 9a2e24a458
commit 058587da77
68 changed files with 4 additions and 75 deletions

View File

@@ -35,4 +35,3 @@ def nagios_from_file(results_file):
data = pieces[3]
return (ret, "%s: %s" % (state, data))