Visual Studio Reformat: MediaBrowser.Common

This commit is contained in:
Erwin de Haan
2019-01-13 20:25:11 +01:00
parent b67c1b933e
commit 106d1d18ed
12 changed files with 22 additions and 26 deletions

View File

@@ -50,7 +50,7 @@ namespace MediaBrowser.Common.Net
/// Gets or sets the headers.
/// </summary>
/// <value>The headers.</value>
public Dictionary<string,string> Headers { get; set; }
public Dictionary<string, string> Headers { get; set; }
private readonly IDisposable _disposable;