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.
/// </summary>
[PublicAPI]
public static string CommonConfigPath {
get
{
return Join(RootConfigPath, "CommonConfig");
}
}
public static string CommonConfigPath { get { return Join(RootConfigPath, "CommonConfig"); } }
/// <summary>
/// Returns the absolute path to the common config library directory.