Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Jun 20, 2021
1 parent 9c08d15 commit df818b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/DataGridExtensions/DataGridFilterColumnControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ private void Self_Loaded(object sender, RoutedEventArgs e)
Converter = new CompositeMultiValueConverter()
{
MultiValueConverter = LogicalMultiValueConverter.And,
Converters = {
TomsToolbox.Wpf.Converters.BooleanToVisibilityConverter.Default
}
Converters = { BooleanToVisibilityConverter.Default }
},
Bindings =
{
Expand Down

0 comments on commit df818b0

Please sign in to comment.