Skip to content

Commit c32a7ff

Browse files
committed
🎇 Style: 清理 using
1 parent 212187b commit c32a7ff

4 files changed

Lines changed: 4 additions & 25 deletions

File tree

Algorithm.Interop/Environment.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
using System.Net;
1+
using System.Net;
72

83
#pragma warning disable SYSLIB0014 // 类型或成员已过时
94

Algorithm.Interop/Exceptions/BasicException.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
7-
namespace Algorithm.Interop.Exceptions
1+
namespace Algorithm.Interop.Exceptions
82
{
93
public class BasicException : Exception
104
{

Algorithm.Interop/Exceptions/HashException.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
7-
namespace Algorithm.Interop.Exceptions
1+
namespace Algorithm.Interop.Exceptions
82
{
93
public class HashException : BasicException
104
{

Algorithm.Interop/Hash.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
1+
using Algorithm.Interop.Exceptions;
42
using System.Runtime.InteropServices;
53
using System.Text;
6-
using System.Threading.Tasks;
7-
using Algorithm.Interop.Exceptions;
84

95
namespace Algorithm.Interop
106
{

0 commit comments

Comments
 (0)