Skip to content

Commit ef28600

Browse files
... spacing
1 parent 9b74614 commit ef28600

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Files.App/ViewModels/Properties/MainPropertiesViewModel.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ public NavigationViewItemButtonStyleItem SelectedNavigationViewItem
3333

3434
var page = value.ItemType switch
3535
{
36-
PropertiesNavigationViewItemType.General => typeof(GeneralPage),
37-
PropertiesNavigationViewItemType.Shortcut => typeof(ShortcutPage),
38-
PropertiesNavigationViewItemType.Library => typeof(LibraryPage),
39-
PropertiesNavigationViewItemType.Details => typeof(DetailsPage),
40-
PropertiesNavigationViewItemType.Security => typeof(SecurityPage),
36+
PropertiesNavigationViewItemType.General => typeof(GeneralPage),
37+
PropertiesNavigationViewItemType.Shortcut => typeof(ShortcutPage),
38+
PropertiesNavigationViewItemType.Library => typeof(LibraryPage),
39+
PropertiesNavigationViewItemType.Details => typeof(DetailsPage),
40+
PropertiesNavigationViewItemType.Security => typeof(SecurityPage),
4141
PropertiesNavigationViewItemType.Customization => typeof(CustomizationPage),
4242
PropertiesNavigationViewItemType.Compatibility => typeof(CompatibilityPage),
43-
PropertiesNavigationViewItemType.Hashes => typeof(HashesPage),
44-
PropertiesNavigationViewItemType.Signatures => typeof(SignaturesPage),
43+
PropertiesNavigationViewItemType.Hashes => typeof(HashesPage),
44+
PropertiesNavigationViewItemType.Signatures => typeof(SignaturesPage),
4545
_ => typeof(GeneralPage),
4646
};
4747

0 commit comments

Comments
 (0)