From 551f6b5fb319fef9dcb8acdaa2a44cff6f359cdf Mon Sep 17 00:00:00 2001 From: Tan Nguyen <35853002+tanhongit@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:37:48 +0700 Subject: [PATCH] fix small: style code Co-authored-by: pxthinh --- config/telegram-git-notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/telegram-git-notifier.php b/config/telegram-git-notifier.php index 069d67b..d0619f1 100644 --- a/config/telegram-git-notifier.php +++ b/config/telegram-git-notifier.php @@ -24,7 +24,7 @@ * ------------------------------------------------------- * The environment variable is expected to be in the format: * "chat_id1;chat_id2:thread_id2;chat_id3:thread_id3_1,thread_id3_2;...". - */ + */ 'notify_chat_ids' => env('TELEGRAM_NOTIFY_CHAT_IDS', ''), ],