code_style: remove unused namespace using and run dotnet format

This commit is contained in:
leo 2024-08-23 22:26:17 +08:00
parent 43e8c5e8a0
commit 1caf02ff06
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View file

@ -5,7 +5,7 @@ namespace SourceGit.Commands
{ {
public class QueryRefsContainsCommit : Command public class QueryRefsContainsCommit : Command
{ {
public QueryRefsContainsCommit(string repo, string commit) public QueryRefsContainsCommit(string repo, string commit)
{ {
WorkingDirectory = repo; WorkingDirectory = repo;
RaiseError = false; RaiseError = false;

View file

@ -1,5 +1,3 @@
using System.Threading.Tasks;
using Avalonia; using Avalonia;
using Avalonia.Collections; using Avalonia.Collections;
using Avalonia.Controls; using Avalonia.Controls;