1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-05 23:16:33 +01:00

remove blank line

This commit is contained in:
Fabian Affolter
2015-06-20 23:41:24 +02:00
parent 0269e89148
commit 13dac91fa6
-1
View File
@@ -76,4 +76,3 @@ class FileNotificationService(BaseNotificationService):
else:
text = '{}\n'.format(message)
file.write(text)