mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2025-01-11 23:57:21 -08:00
code_style: remove unused namespace using
This commit is contained in:
parent
5d791b63bf
commit
8018abe0a2
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
using Avalonia.Threading;
|
|
||||||
|
|
||||||
namespace SourceGit.ViewModels
|
namespace SourceGit.ViewModels
|
||||||
{
|
{
|
||||||
public class SetUpstream : Popup
|
public class SetUpstream : Popup
|
||||||
|
|
Loading…
Reference in a new issue