From 57540b960a0911a5cc92079c405699f163f77ed5 Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 4 Jun 2024 21:05:23 +0800 Subject: [PATCH] code_style: remove unused using --- src/ViewModels/DiffContext.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ViewModels/DiffContext.cs b/src/ViewModels/DiffContext.cs index 823f589b..f5aec074 100644 --- a/src/ViewModels/DiffContext.cs +++ b/src/ViewModels/DiffContext.cs @@ -3,7 +3,6 @@ using System.Collections.Generic; using System.IO; using System.Threading.Tasks; -using Avalonia; using Avalonia.Media.Imaging; using Avalonia.Threading;