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 ea7991443c
commit 6900cd2e9a
3 changed files with 0 additions and 3 deletions

View file

@ -110,4 +110,3 @@ if __name__ == "__main__":
os.remove(lock_path)
except OSError as IOError:
pass

View file

@ -64,4 +64,3 @@ if __name__ == "__main__":
f.close()
subprocess.call(["mv", "/home/zulip/public_streams.tmp", "/home/zulip/public_streams"])

View file

@ -106,4 +106,3 @@ If you are not interested in running your bots on the
server, then you can still use the full Zulip API. The
hope, though, is that this architecture will make
writing simple bots a quick/easy process.