Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Feb 17, 2025
1 parent fb68d39 commit 6dd7b09
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Linq;
using Shouldly;
using MersenneTwister;
using Shouldly;
using Xunit;

namespace AtCoder
Expand Down
8 changes: 4 additions & 4 deletions Test/ac-library-csharp.Test/Graph/MaxFlowTest.GenericMath.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.IO;
using System;
using System.IO;
using System.Linq;
using Shouldly;
using AtCoder.Internal;
using MersenneTwister;
using Shouldly;
using Xunit;
using AtCoder.Internal;
using System;

namespace AtCoder
{
Expand Down
8 changes: 4 additions & 4 deletions Test/ac-library-csharp.Test/Graph/MaxFlowTest.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.IO;
using System;
using System.IO;
using System.Linq;
using Shouldly;
using AtCoder.Internal;
using MersenneTwister;
using Shouldly;
using Xunit;
using AtCoder.Internal;
using System;

namespace AtCoder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Shouldly;
using System;
using AtCoder.Internal;
using MersenneTwister;
using Shouldly;
using Xunit;
using System;
using AtCoder.Internal;

namespace AtCoder
{
Expand Down
8 changes: 4 additions & 4 deletions Test/ac-library-csharp.Test/Graph/MinCostFlowTest.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using AtCoder.Operators;
using Shouldly;
using System;
using AtCoder.Internal;
using AtCoder.Operators;
using MersenneTwister;
using Shouldly;
using Xunit;
using AtCoder.Internal;
using System;

namespace AtCoder
{
Expand Down
4 changes: 2 additions & 2 deletions Test/ac-library-csharp.Test/Graph/TwoSatTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Shouldly;
using MersenneTwister;
using MersenneTwister;
using Shouldly;
using Xunit;

namespace AtCoder
Expand Down
2 changes: 1 addition & 1 deletion Test/ac-library-csharp.Test/Math/ConvolutionTest.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Linq;
using Shouldly;
using MersenneTwister;
using Shouldly;
using Xunit;

namespace AtCoder
Expand Down
2 changes: 1 addition & 1 deletion Test/ac-library-csharp.Test/Math/ModIntTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
using System.Numerics;
using System.Runtime.InteropServices;
using AtCoder.Internal;
using Shouldly;
using MersenneTwister;
using Shouldly;
using Xunit;

namespace AtCoder
Expand Down
2 changes: 1 addition & 1 deletion Test/ac-library-csharp.Test/STL/DequeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
using System.Collections.Generic;
using System.Linq;
using AtCoder.Internal;
using Shouldly;
using MersenneTwister;
using Shouldly;
using Xunit;

namespace AtCoder
Expand Down
2 changes: 1 addition & 1 deletion Test/ac-library-csharp.Test/STL/PriorityQueueTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Shouldly;
using MersenneTwister;
using Shouldly;
using Xunit;

namespace AtCoder
Expand Down
2 changes: 1 addition & 1 deletion Test/ac-library-csharp.Test/Utils/ComparerUtil.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Shouldly;
using MersenneTwister;
using Shouldly;
using Xunit;

namespace AtCoder
Expand Down

0 comments on commit 6dd7b09

Please sign in to comment.