Skip to content

Commit

Permalink
chore: lint using
Browse files Browse the repository at this point in the history
  • Loading branch information
sun128764 committed Oct 25, 2023
1 parent 5eac85c commit d6d1d75
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 43 deletions.
4 changes: 1 addition & 3 deletions AssParser.Lib/AssParser.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.ComponentModel.DataAnnotations;
using System.IO;
using System.Text;
using System.Text;

namespace AssParser.Lib
{
Expand Down
8 changes: 1 addition & 7 deletions AssParser.Lib/AssParserException.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace AssParser.Lib
namespace AssParser.Lib
{
[Serializable]
public class AssParserException : Exception
Expand Down
10 changes: 1 addition & 9 deletions AssParser.Lib/AssParserExt.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Security.Cryptography.X509Certificates;
using System.Collections.Concurrent;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;

namespace AssParser.Lib
{
Expand Down
5 changes: 1 addition & 4 deletions AssParser.Lib/AssSubtitleModel.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System.Collections.Specialized;
using System.Reflection.Metadata.Ecma335;

namespace AssParser.Lib
namespace AssParser.Lib
{
public class AssSubtitleModel
{
Expand Down
5 changes: 0 additions & 5 deletions AssParser.Test/AssParserExtTest/AssParserExtTest.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using AssParser.Lib;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace AssParser.Test.AssParserExtTest
{
Expand Down
5 changes: 0 additions & 5 deletions AssParser.Test/AssParserTest/AssParserTest.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using AssParser.Lib;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace AssParser.Test.AssParserTest
{
Expand Down
2 changes: 1 addition & 1 deletion AssParser.Test/UUEncodeTest/UUEncodeTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Text.RegularExpressions;
using AssParser.Lib;
using System.Text.RegularExpressions;
using Xunit.Abstractions;

namespace AssParser.Test.UUEncodeTest
Expand Down
9 changes: 2 additions & 7 deletions AssParser/ParserBenchmark.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
using BenchmarkDotNet.Attributes;
using AssParser.Lib;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Jobs;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using AssParser.Lib;

namespace AssParser
{
Expand Down
2 changes: 0 additions & 2 deletions AssParser/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using AssParser.Lib;
using BenchmarkDotNet.Running;
using System.Text;

namespace AssParser
{
Expand Down

0 comments on commit d6d1d75

Please sign in to comment.