EditorConfig reformat: Emby.XmlTv, Jellyfin.Server. MediaBrowser.Api, MediaBrowser.Common

This commit is contained in:
Erwin de Haan
2019-01-13 20:30:41 +01:00
parent 5b3d8a6d76
commit 51ed47f4c4
12 changed files with 303 additions and 303 deletions

View File

@@ -63,4 +63,4 @@ namespace MediaBrowser.Common.Net
bool IsAddressInSubnets(string addressString, string[] subnets);
}
}
}

View File

@@ -80,4 +80,4 @@ namespace MediaBrowser.Common.Plugins
void SetStartupInfo(Action<string> directoryCreateFn);
}
}
}

View File

@@ -29,4 +29,4 @@ namespace MediaBrowser.Common.Security
Task RegisterAppStoreSale(string parameters);
Task UpdateSupporterKey(string newValue);
}
}
}

View File

@@ -118,4 +118,4 @@ namespace MediaBrowser.Common.Updates
/// <exception cref="System.ArgumentException"></exception>
void UninstallPlugin(IPlugin plugin);
}
}
}

View File

@@ -6,4 +6,4 @@ namespace MediaBrowser.Common.Updates
{
public Exception Exception { get; set; }
}
}
}