Skip to content

Commit 2ff8536

Browse files
author
Oren (electricessence)
committed
Reformat
1 parent 5a9014e commit 2ff8536

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ProcedureResults.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Linq;
43
using System.Collections.Immutable;
4+
using System.Linq;
55

66
namespace Open.Numeric
77
{
@@ -29,7 +29,7 @@ public ProcedureResults(in ImmutableArray<double> sum, int count)
2929
}
3030

3131
public ProcedureResults(IEnumerable<double> sum, int count)
32-
:this(sum is ImmutableArray<double> s ? s : sum.ToImmutableArray(), count)
32+
: this(sum is ImmutableArray<double> s ? s : sum.ToImmutableArray(), count)
3333
{
3434
}
3535

0 commit comments

Comments
 (0)