Removed new line, doh.

This commit is contained in:
Tim Sneed
2014-02-28 11:07:10 -06:00
parent 3909498437
commit 702fc5e0fc
-1
View File
@@ -64,7 +64,6 @@ namespace Octokit
var result = System.Net.Http.Headers.ProductHeaderValue.TryParse(input, out value);
parsedValue = result ? Parse(input) : null;
return result;
}
}
}