Skip to content

Commit c6d212a

Browse files
committed
fix
1 parent 2e83264 commit c6d212a

File tree

3 files changed

+1038
-1052
lines changed

3 files changed

+1038
-1052
lines changed

csharp/ToolGood.Algorithm/Internals/Visitors/MathSplitVisitor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
using Antlr4.Runtime.Tree;
33
using System.Collections.Generic;
44
using ToolGood.Algorithm.Enums;
5-
using ToolGood.Algorithm.Internals.Functions;
6-
using ToolGood.Algorithm.Internals.Functions.Operator;
75
using ToolGood.Algorithm.math;
86

97
namespace ToolGood.Algorithm.Internals.Visitors

csharp/ToolGood.Algorithm/ToolGood.Algorithm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Product>ToolGood.Algorithm</Product>
2020
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
2121
<SignAssembly>true</SignAssembly>
22-
<Version>6.2.5.32</Version>
22+
<Version>6.2.5.33</Version>
2323
<AssemblyOriginatorKeyFile>ToolGood.Algorithm.snk</AssemblyOriginatorKeyFile>
2424
<DelaySign>false</DelaySign>
2525
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\ToolGood.Algorithm.xml</DocumentationFile>

0 commit comments

Comments
 (0)