Skip to content

Commit df818b0

Browse files
committed
Formatting
1 parent 9c08d15 commit df818b0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/DataGridExtensions/DataGridFilterColumnControl.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ private void Self_Loaded(object sender, RoutedEventArgs e)
8282
Converter = new CompositeMultiValueConverter()
8383
{
8484
MultiValueConverter = LogicalMultiValueConverter.And,
85-
Converters = {
86-
TomsToolbox.Wpf.Converters.BooleanToVisibilityConverter.Default
87-
}
85+
Converters = { BooleanToVisibilityConverter.Default }
8886
},
8987
Bindings =
9088
{

0 commit comments

Comments
 (0)