mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
code_style: remove unused namespace using and run dotnet format
This commit is contained in:
parent
4bcdd0ade4
commit
3ea80d99f1
9 changed files with 10 additions and 11 deletions
|
@ -43,7 +43,7 @@ namespace SourceGit
|
|||
|
||||
private Action<object> _action = null;
|
||||
}
|
||||
|
||||
|
||||
public static readonly SimpleCommand OpenPreferenceCommand = new SimpleCommand(() => OpenDialog(new Views.Preference()));
|
||||
public static readonly SimpleCommand OpenHotkeysCommand = new SimpleCommand(() => OpenDialog(new Views.Hotkeys()));
|
||||
public static readonly SimpleCommand OpenAppDataDirCommand = new SimpleCommand(() => Native.OS.OpenInFileManager(Native.OS.DataDir));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue