mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 20:13:40 +00:00
aaaand format the code
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Octokit.Tests
|
||||
await Assert.ThrowsAsync<ArgumentException>(() => client.Get("owner", "name", "").ToTask());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public class TheGetRecursiveMethod
|
||||
{
|
||||
[Fact]
|
||||
@@ -64,7 +64,7 @@ namespace Octokit.Tests
|
||||
await Assert.ThrowsAsync<ArgumentException>(() => client.GetRecursive("owner", "name", "").ToTask());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public class TheCreateMethod
|
||||
{
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user