fix gist test and remove some whitespace

This commit is contained in:
Simon Cropp
2013-11-15 08:19:40 +11:00
parent cc779283ea
commit f0ea90bb5f
3 changed files with 1 additions and 7 deletions
-2
View File
@@ -20,7 +20,5 @@ namespace Octokit
{
return ApiConnection.Get<Gist>(ApiUrls.Gist(id));
}
}
}