mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-28 00:52:08 +00:00
aaaand format the code
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ namespace Octokit.Tests.Conventions
|
||||
public class InvalidDebuggerDisplayAttributeValueException : Exception
|
||||
{
|
||||
public InvalidDebuggerDisplayAttributeValueException(Type modelType, string value)
|
||||
: base (CreateMessage(modelType, value)) { }
|
||||
: base(CreateMessage(modelType, value))
|
||||
{ }
|
||||
|
||||
static string CreateMessage(Type modelType, string value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user