mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 12:42:32 +00:00
Removed new line, doh.
This commit is contained in:
@@ -64,7 +64,6 @@ namespace Octokit
|
||||
var result = System.Net.Http.Headers.ProductHeaderValue.TryParse(input, out value);
|
||||
parsedValue = result ? Parse(input) : null;
|
||||
return result;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user