qol: formatting
This commit is contained in:
@@ -35,7 +35,8 @@ namespace Disco.Data.Configuration.Modules
|
||||
|
||||
public bool? SearchAllServers
|
||||
{
|
||||
get {
|
||||
get
|
||||
{
|
||||
var value = Get<bool?>(null);
|
||||
|
||||
/// migrate <see cref="SearchAllForestServers"/>
|
||||
|
||||
@@ -58,7 +58,7 @@ namespace Disco.Data.Configuration
|
||||
if (result == null)
|
||||
{
|
||||
var appDataPath = System.Web.HttpContext.Current.Server.MapPath("~/App_Data");
|
||||
|
||||
|
||||
if (!appDataPath.EndsWith(@"\"))
|
||||
appDataPath += @"\";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user