From 6b873e6bcddfdf53197fb6bd9716d2b03595347e Mon Sep 17 00:00:00 2001 From: Joachim Date: Fri, 18 Jun 2021 18:29:59 +0200 Subject: [PATCH] Fix newline --- .env.dev.example | 2 +- .env.prod.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.dev.example b/.env.dev.example index 1cf8e3441..f407c52b1 100644 --- a/.env.dev.example +++ b/.env.dev.example @@ -52,4 +52,4 @@ PREVIEW_BG_COLOR=use_dominant_color_light PREVIEW_TEXT_COLOR="#363636" PREVIEW_IMG_WIDTH=1200 PREVIEW_IMG_HEIGHT=630 -PREVIEW_DEFAULT_COVER_COLOR="#002549" \ No newline at end of file +PREVIEW_DEFAULT_COVER_COLOR="#002549" diff --git a/.env.prod.example b/.env.prod.example index 646b02587..d61c46af5 100644 --- a/.env.prod.example +++ b/.env.prod.example @@ -52,4 +52,4 @@ PREVIEW_BG_COLOR=use_dominant_color_light PREVIEW_TEXT_COLOR="#363636" PREVIEW_IMG_WIDTH=1200 PREVIEW_IMG_HEIGHT=630 -PREVIEW_DEFAULT_COVER_COLOR="#002549" \ No newline at end of file +PREVIEW_DEFAULT_COVER_COLOR="#002549"