Skip to content

Commit a86c7a8

Browse files
committed
Code Quality: Fix indentation
1 parent 286c6d4 commit a86c7a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Files.App/Services/Settings/GeneralSettingsService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public bool ShowFilterHeader
400400
}
401401

402402
public bool EnableThumbnailCache
403-
{
403+
{
404404
get => Get(true);
405405
set => Set(value);
406406
}

0 commit comments

Comments
 (0)