Skip to content

Commit 4fb17fe

Browse files
authored
Update AttrAttribute.cs
1 parent 943a7e3 commit 4fb17fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/JsonApiDotNetCore/Models/AttrAttribute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public AttrAttribute(string publicName = null, bool isImmutable = false, bool is
3232
IsImmutable = isImmutable;
3333
IsFilterable = isFilterable;
3434
IsSortable = isSortable;
35-
3635
}
3736

3837
/// <summary>

0 commit comments

Comments
 (0)