mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-28 17:05:57 +00:00
aaaand format the code
This commit is contained in:
@@ -8,7 +8,8 @@ namespace Octokit.Tests.Conventions
|
||||
public class MutableModelPropertiesException : Exception
|
||||
{
|
||||
public MutableModelPropertiesException(Type modelType, IEnumerable<PropertyInfo> mutableProperties)
|
||||
: base (CreateMessage(modelType, mutableProperties)) { }
|
||||
: base(CreateMessage(modelType, mutableProperties))
|
||||
{ }
|
||||
|
||||
static string CreateMessage(Type modelType, IEnumerable<PropertyInfo> mutableProperties)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user