mirror of
https://github.com/home-assistant/core.git
synced 2025-08-22 14:02:40 +02:00
Added line break at the end of files
This commit is contained in:
@@ -1 +1 @@
|
||||
"""The google_cloud_tts component."""
|
||||
"""The google_cloud_tts component."""
|
||||
|
@@ -9,4 +9,4 @@
|
||||
"codeowners": [
|
||||
"@lufton"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@@ -112,4 +112,4 @@ class GoogleCloudTTSProvider(Provider):
|
||||
|
||||
except Exception as e:
|
||||
_LOGGER.error("Timeout for google speech or some other problem.", e)
|
||||
return None, None
|
||||
return None, None
|
||||
|
Reference in New Issue
Block a user