mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-11 02:35:05 +00:00
chore: tidying
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user