From c0641460f680b2a609c6f8f91509f4540faae5e1 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Thu, 14 Jul 2016 11:53:51 +0100 Subject: [PATCH] Missed brace --- PlexRequests.UI/Helpers/DebugRootPathProvider.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PlexRequests.UI/Helpers/DebugRootPathProvider.cs b/PlexRequests.UI/Helpers/DebugRootPathProvider.cs index b9efece1a..d7cfee6b6 100644 --- a/PlexRequests.UI/Helpers/DebugRootPathProvider.cs +++ b/PlexRequests.UI/Helpers/DebugRootPathProvider.cs @@ -39,5 +39,6 @@ namespace PlexRequests.UI.Helpers var dirInfo = new DirectoryInfo(assemblyLocation); var webFolder = dirInfo.Parent?.Parent?.Parent; return webFolder?.FullName; + } } } \ No newline at end of file