Skip to content

Commit 634c58d

Browse files
committed
移除冗余空间
1 parent be6f60c commit 634c58d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/WPF/GeneralUpdate.Packet/ViewModels/MainViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using GeneralUpdate.Packet.Modules;
22
using GeneralUpdate.Packet.MVVM;
33
using System.Collections.ObjectModel;
4+
using System.Windows;
45

56
namespace GeneralUpdate.Packet.ViewModels
67
{

src/WPF/GeneralUpdate.Packet/ViewModels/PacketViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using GeneralUpdate.Core.Utils;
44
using GeneralUpdate.Differential;
55
using GeneralUpdate.Packet.Domain.Enum;
6-
using GeneralUpdate.Packet.Modules;
76
using GeneralUpdate.Packet.MVVM;
87
using GeneralUpdate.Packet.Servieces;
98
using GeneralUpdate.Zip.Factory;

0 commit comments

Comments
 (0)