Added line break at the end of files

This commit is contained in:
lufton
2019-05-02 13:38:34 +03:00
parent a0eee360f2
commit ca9f74d6ee
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
"""The google_cloud_tts component.""" """The google_cloud_tts component."""

View File

@@ -9,4 +9,4 @@
"codeowners": [ "codeowners": [
"@lufton" "@lufton"
] ]
} }

View File

@@ -112,4 +112,4 @@ class GoogleCloudTTSProvider(Provider):
except Exception as e: except Exception as e:
_LOGGER.error("Timeout for google speech or some other problem.", e) _LOGGER.error("Timeout for google speech or some other problem.", e)
return None, None return None, None