Skip to content

Commit

Permalink
fix indents
Browse files Browse the repository at this point in the history
  • Loading branch information
YogurtTheHorse committed May 4, 2024
1 parent 53f698b commit 29510b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Attributes/AutoPropertyAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ public class AutoPropertyAttribute : PropertyAttribute
public readonly AutoPropertyMode Mode;
public readonly string PredicateMethodName;
public readonly Type PredicateMethodTarget;
public readonly bool AllowEmpty;
public readonly bool Editable;
public readonly bool AllowEmpty;
public readonly bool Editable;

public AutoPropertyAttribute(AutoPropertyMode mode = AutoPropertyMode.Children,
public AutoPropertyAttribute(AutoPropertyMode mode = AutoPropertyMode.Children,
string predicateMethodName = null,
Type predicateMethodTarget = null,
bool allowEmpty = false,
Expand Down

0 comments on commit 29510b3

Please sign in to comment.