Skip to content

Commit

Permalink
Fix use of tabs instead of spaces in ColorSchemesPageViewModel.idl (#…
Browse files Browse the repository at this point in the history
…14550)

Didn't know the code formatter won't hit `idl` files
  • Loading branch information
PankajBhojwani authored Dec 13, 2022
1 parent decbc0f commit 286fdfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ namespace Microsoft.Terminal.Settings.Editor
ColorSchemesSubPage CurrentPage;
Windows.Foundation.Collections.IObservableVector<ColorSchemeViewModel> AllColorSchemes { get; };

void SchemeListItemClicked(IInspectable sender, Windows.UI.Xaml.Controls.ItemClickEventArgs args);
void SchemeListItemClicked(IInspectable sender, Windows.UI.Xaml.Controls.ItemClickEventArgs args);
}
}

0 comments on commit 286fdfe

Please sign in to comment.