chore: tidying

This commit is contained in:
Drew Tingen
2019-01-22 09:17:35 -08:00
parent 114a5e4ec7
commit 3cb29452a2

View File

@@ -80,12 +80,7 @@ namespace ICD.Common.Utils
/// Returns the absolute path to the common configuration directory. /// Returns the absolute path to the common configuration directory.
/// </summary> /// </summary>
[PublicAPI] [PublicAPI]
public static string CommonConfigPath { public static string CommonConfigPath { get { return Join(RootConfigPath, "CommonConfig"); } }
get
{
return Join(RootConfigPath, "CommonConfig");
}
}
/// <summary> /// <summary>
/// Returns the absolute path to the common config library directory. /// Returns the absolute path to the common config library directory.