Skip to content

Commit

Permalink
chore: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkallesen committed Mar 11, 2024
1 parent 4ef7404 commit e2c59ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public void ClearAllIsDirty()
}
}


private void HandleUpdateApplicationOptionsMessage(
UpdateApplicationOptionsMessage obj)
=> EnableEditingMode = obj.EnableEditingMode;
Expand Down
3 changes: 1 addition & 2 deletions src/Atc.Installer.Wpf.ComponentProvider/GlobalUsings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@
global using Atc.Wpf.Mvvm;

global using Microsoft.Extensions.Logging;
global using Microsoft.Extensions.Logging.Abstractions;
global using Microsoft.Win32;
global using Microsoft.Extensions.Logging.Abstractions;

0 comments on commit e2c59ac

Please sign in to comment.