From 3cb29452a272daa299dc61fc9ecbecd0c39b7176 Mon Sep 17 00:00:00 2001 From: Drew Tingen Date: Tue, 22 Jan 2019 09:17:35 -0800 Subject: [PATCH] chore: tidying --- ICD.Common.Utils/PathUtils.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ICD.Common.Utils/PathUtils.cs b/ICD.Common.Utils/PathUtils.cs index 7d56fe5..3b5a20c 100644 --- a/ICD.Common.Utils/PathUtils.cs +++ b/ICD.Common.Utils/PathUtils.cs @@ -80,12 +80,7 @@ namespace ICD.Common.Utils /// Returns the absolute path to the common configuration directory. /// [PublicAPI] - public static string CommonConfigPath { - get - { - return Join(RootConfigPath, "CommonConfig"); - } - } + public static string CommonConfigPath { get { return Join(RootConfigPath, "CommonConfig"); } } /// /// Returns the absolute path to the common config library directory.