fixed whitespace

This commit is contained in:
unknown
2015-06-13 21:59:50 -05:00
parent 51ed4166d8
commit acf5d90945

View File

@@ -72,10 +72,10 @@ namespace Jackett.Indexers
config.LoadValuesFromJson(configJson); config.LoadValuesFromJson(configJson);
var pairs = new Dictionary<string, string> { var pairs = new Dictionary<string, string> {
{ "username", config.Username.Value }, { "username", config.Username.Value },
{ "password", config.Password.Value }, { "password", config.Password.Value },
{ "submit", "come on in" } { "submit", "come on in" }
}; };
var content = new FormUrlEncodedContent(pairs); var content = new FormUrlEncodedContent(pairs);