From fefc6e5adcd53b7833c79547fed7ad76b7846c64 Mon Sep 17 00:00:00 2001 From: AaricDev Date: Fri, 27 Oct 2023 13:58:32 +0200 Subject: [PATCH] Add missing newlines --- .../0.1/config/packages/simplystream_twitch_api.yaml | 2 +- simply-stream/twitch-api-bundle/0.1/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/simply-stream/twitch-api-bundle/0.1/config/packages/simplystream_twitch_api.yaml b/simply-stream/twitch-api-bundle/0.1/config/packages/simplystream_twitch_api.yaml index b35a4e9d0..8747e0ea4 100644 --- a/simply-stream/twitch-api-bundle/0.1/config/packages/simplystream_twitch_api.yaml +++ b/simply-stream/twitch-api-bundle/0.1/config/packages/simplystream_twitch_api.yaml @@ -3,4 +3,4 @@ simplystream_twitch_api: twitch_secret: '%env(TWITCH_SECRET)%' redirect_uri: '%env(TWITCH_REDIRECT_URI)%' webhook: - secret: '%env(TWITCH_WEBHOOK_SECRET)%' \ No newline at end of file + secret: '%env(TWITCH_WEBHOOK_SECRET)%' diff --git a/simply-stream/twitch-api-bundle/0.1/manifest.json b/simply-stream/twitch-api-bundle/0.1/manifest.json index a022c9b6c..1e9db8ca4 100644 --- a/simply-stream/twitch-api-bundle/0.1/manifest.json +++ b/simply-stream/twitch-api-bundle/0.1/manifest.json @@ -8,4 +8,4 @@ "TWITCH_REDIRECT_URI": "", "TWITCH_WEBHOOK_SECRET": "" } -} \ No newline at end of file +}