Code style fixes.

This commit is contained in:
2020-07-22 13:20:25 +01:00
parent 6220425ac6
commit 2376b65763
972 changed files with 5624 additions and 5808 deletions

View File

@@ -46,7 +46,7 @@ using ReactiveUI;
namespace Aaru.Gui.ViewModels.Windows
{
public class ImageVerifyViewModel : ViewModelBase
public sealed class ImageVerifyViewModel : ViewModelBase
{
readonly IMediaImage _inputFormat;
readonly Window _view;
@@ -658,7 +658,7 @@ namespace Aaru.Gui.ViewModels.Windows
void ExecuteCloseCommand() => _view.Close();
protected internal void ExecuteStopCommand()
internal void ExecuteStopCommand()
{
_cancel = true;
StopEnabled = false;