mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
code_style: remove unused namespace using and run dotnet format
This commit is contained in:
parent
43e8c5e8a0
commit
1caf02ff06
2 changed files with 1 additions and 3 deletions
|
@ -5,7 +5,7 @@ namespace SourceGit.Commands
|
|||
{
|
||||
public class QueryRefsContainsCommit : Command
|
||||
{
|
||||
public QueryRefsContainsCommit(string repo, string commit)
|
||||
public QueryRefsContainsCommit(string repo, string commit)
|
||||
{
|
||||
WorkingDirectory = repo;
|
||||
RaiseError = false;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
using System.Threading.Tasks;
|
||||
|
||||
using Avalonia;
|
||||
using Avalonia.Collections;
|
||||
using Avalonia.Controls;
|
||||
|
|
Loading…
Reference in a new issue