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:
parent
ea7991443c
commit
6900cd2e9a
|
@ -110,4 +110,3 @@ if __name__ == "__main__":
|
|||
os.remove(lock_path)
|
||||
except OSError as IOError:
|
||||
pass
|
||||
|
||||
|
|
|
@ -64,4 +64,3 @@ if __name__ == "__main__":
|
|||
f.close()
|
||||
|
||||
subprocess.call(["mv", "/home/zulip/public_streams.tmp", "/home/zulip/public_streams"])
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue