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:
@@ -10,7 +10,8 @@ namespace Octokit.Tests.Conventions
|
||||
public class PaginationGetAllMethodNameMismatchException : Exception
|
||||
{
|
||||
public PaginationGetAllMethodNameMismatchException(Type type, IEnumerable<MethodInfo> methods)
|
||||
: base(CreateMessage(type, methods)) { }
|
||||
: base(CreateMessage(type, methods))
|
||||
{ }
|
||||
|
||||
static string CreateMessage(Type type, IEnumerable<MethodInfo> methods)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user