Code review

This commit is contained in:
JustArchi
2016-02-24 06:20:35 +01:00
parent a528dee670
commit 44a595c1df
7 changed files with 115 additions and 126 deletions

View File

@@ -30,6 +30,6 @@ namespace ArchiSteamFarm {
internal static readonly bool IsDebugBuild = false;
#endif
internal static bool IsReleaseBuild { get { return !IsDebugBuild; } }
internal static bool IsReleaseBuild => !IsDebugBuild;
}
}