Skip to content

Commit

Permalink
removed unnecessary base ctor call that passed null
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed Sep 6, 2024
1 parent 69eb41e commit f5aa563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public sealed class DashboardDataFilterBinding : Binding<FieldBindingSource, DashboardDataFilterBindingTarget>
{
internal DashboardDataFilterBinding() : this(null) { }
internal DashboardDataFilterBinding() { }

public DashboardDataFilterBinding(DashboardDataFilter dataFilter)
: this(dataFilter, dataFilter.FieldName) { }
Expand Down

0 comments on commit f5aa563

Please sign in to comment.