From e2bd33c7d22d0a609d12c4e2bcdc3580180343ac Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Sun, 29 Aug 2021 15:50:25 +0100 Subject: [PATCH] fix(*): Add missing brace to git --- YouTubeChannelDownloader/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/YouTubeChannelDownloader/Program.cs b/YouTubeChannelDownloader/Program.cs index 6689c6a..bff34be 100644 --- a/YouTubeChannelDownloader/Program.cs +++ b/YouTubeChannelDownloader/Program.cs @@ -211,4 +211,5 @@ namespace YouTubeChannelDownloader return str; } + } }