Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 105a124

Browse files
committed
Unindent parameter
1 parent 525ec1a commit 105a124

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

benchmark/src/main/java/org/neo4j/graphalgo/bench/UFBenchmarkCombination.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public Object run(final Graph graph) {
4545
Pools.DEFAULT,
4646
AllocationTracker.EMPTY,
4747
(int) (graph.nodeCount() / Pools.DEFAULT_CONCURRENCY),
48-
Pools.DEFAULT_CONCURRENCY,
48+
Pools.DEFAULT_CONCURRENCY,
4949
Double.NaN,
5050
NOTHING);
5151
}
@@ -58,7 +58,7 @@ public Object run(final Graph graph) {
5858
Pools.DEFAULT,
5959
AllocationTracker.EMPTY,
6060
(int) (graph.nodeCount() / Pools.DEFAULT_CONCURRENCY),
61-
Pools.DEFAULT_CONCURRENCY,
61+
Pools.DEFAULT_CONCURRENCY,
6262
Double.NaN,
6363
NOTHING);
6464
}
@@ -71,7 +71,7 @@ public Object run(final Graph graph) {
7171
Pools.DEFAULT,
7272
AllocationTracker.EMPTY,
7373
(int) (graph.nodeCount() / Pools.DEFAULT_CONCURRENCY),
74-
Pools.DEFAULT_CONCURRENCY,
74+
Pools.DEFAULT_CONCURRENCY,
7575
Double.NaN,
7676
NOTHING);
7777
}
@@ -84,7 +84,7 @@ public Object run(final Graph graph) {
8484
Pools.DEFAULT,
8585
AllocationTracker.EMPTY,
8686
(int) (graph.nodeCount() / Pools.DEFAULT_CONCURRENCY),
87-
Pools.DEFAULT_CONCURRENCY,
87+
Pools.DEFAULT_CONCURRENCY,
8888
Double.NaN,
8989
NOTHING);
9090
}

0 commit comments

Comments
 (0)