Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairjevans committed Jan 28, 2023
1 parent 34a05a1 commit 6ad196e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public InjectableProperty(PropertyInfo prop)
_setterParameter = _setter.GetParameters()[0];

#if NET7_0_OR_GREATER
IsRequired = prop.GetCustomAttribute<RequiredMemberAttribute>() is not null;
IsRequired = prop.GetCustomAttribute<RequiredMemberAttribute>() is not null;
#endif
}

Expand Down

0 comments on commit 6ad196e

Please sign in to comment.