Skip to content

Commit 01d40f8

Browse files
author
GOEddieUK
committed
indentation
1 parent b5fcee2 commit 01d40f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/csharp/Microsoft.Spark.E2ETest/IpcTests/ML/Feature/BucketizerTests.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ public BucketizerTests(SparkFixture fixture)
2525
[Fact]
2626
public void TestBucketizer()
2727
{
28-
var expectedSplits = new double[]{ double.MinValue, 0.0, 10.0, 50.0, double.MaxValue };
28+
var expectedSplits =
29+
new double[] { double.MinValue, 0.0, 10.0, 50.0, double.MaxValue };
2930

3031
string expectedHandle = "skip";
3132
string expectedUid = "uid";

0 commit comments

Comments
 (0)