Skip to content

Commit 5eb12b3

Browse files
committed
Code cleanup
1 parent c6da34b commit 5eb12b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Flow.Launcher/SettingPages/Views/SettingsPanePluginStore.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ private void UpdateCategoryGrouping()
9797
{
9898
groupDescriptions.Add(new PropertyGroupDescription(nameof(PluginStoreItemViewModel.DefaultCategory)));
9999
}
100-
101100
// Otherwise we only split by installed or not
102-
else{
101+
else
102+
{
103103
groupDescriptions.Add(new PropertyGroupDescription(nameof(PluginStoreItemViewModel.InstallCategory)));
104104
}
105105
}

0 commit comments

Comments
 (0)