mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00: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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue