mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +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.
|
/// 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user