mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
aaaand format the code
This commit is contained in:
@@ -11,7 +11,7 @@ public class SearchRepositoryRequestTests
|
||||
public void ReturnsAReadOnlyDictionary()
|
||||
{
|
||||
var request = new SearchCodeRequest("test");
|
||||
|
||||
|
||||
var result = request.MergedQualifiers();
|
||||
|
||||
// If I can cast this to a writeable collection, then that defeats the purpose of a read only.
|
||||
|
||||
Reference in New Issue
Block a user