Skip to content

Commit b019632

Browse files
committed
Remove redundant blank lines in PreferencesViewModel
1 parent 9380d07 commit b019632

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Spectron/ViewModels/PreferencesViewModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ private void GamepadManagerOnControllerChanged(object? sender, ControllerChanged
273273
}
274274
}
275275

276-
277-
278276
public static ValidationResult? ValidateCardImageFile(string fileName, ValidationContext context)
279277
{
280278
if (context.ObjectInstance is PreferencesViewModel { IsDivMmcEnabled: false })

0 commit comments

Comments
 (0)