mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
aaaand format the code
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Octokit.Tests.Conventions
|
||||
public class MissingDebuggerDisplayAttributeException : Exception
|
||||
{
|
||||
public MissingDebuggerDisplayAttributeException(Type modelType)
|
||||
: base (string.Format("Model type '{0}' is missing the DebuggerDisplayAttribute.", modelType.FullName)) { }
|
||||
: base(string.Format("Model type '{0}' is missing the DebuggerDisplayAttribute.", modelType.FullName))
|
||||
{ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user