Skip to content

Commit

Permalink
Formating
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki committed Mar 25, 2024
1 parent f967e67 commit 47400fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ protected override void Dispose( bool disposing )

private async Task ColumnDisplayingChanged( DataGridColumn<TItem> dataGridColumn, bool displaying )
{
await dataGridColumn.SetDisplaying(displaying);
await dataGridColumn.SetDisplaying( displaying );
}

private async void OnLocalizationChanged( object sender, EventArgs e )
Expand Down

0 comments on commit 47400fb

Please sign in to comment.