From de074e40e0e5aa81372af9fb607f13404471be6f Mon Sep 17 00:00:00 2001 From: Lightczx <1686188646@qq.com> Date: Wed, 31 Jan 2024 15:36:29 +0800 Subject: [PATCH] code style [skip ci] --- src/Snap.Hutao.Deployment/HttpShardCopyWorker.cs | 1 - src/Snap.Hutao.Deployment/Program.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Snap.Hutao.Deployment/HttpShardCopyWorker.cs b/src/Snap.Hutao.Deployment/HttpShardCopyWorker.cs index 2ec5f08..fba13af 100644 --- a/src/Snap.Hutao.Deployment/HttpShardCopyWorker.cs +++ b/src/Snap.Hutao.Deployment/HttpShardCopyWorker.cs @@ -5,7 +5,6 @@ using System.IO; using System.Net.Http; using System.Threading; using System.Threading.Tasks; -using Windows.Security.Isolation; namespace Snap.Hutao.Deployment; diff --git a/src/Snap.Hutao.Deployment/Program.cs b/src/Snap.Hutao.Deployment/Program.cs index 19aeb40..e39aa9e 100644 --- a/src/Snap.Hutao.Deployment/Program.cs +++ b/src/Snap.Hutao.Deployment/Program.cs @@ -1,5 +1,4 @@ using System.CommandLine; -using System.Runtime.InteropServices; using System.Threading.Tasks; namespace Snap.Hutao.Deployment;