mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
chore: tidying
This commit is contained in:
parent
114a5e4ec7
commit
3cb29452a2
1 changed files with 1 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue