summaryrefslogtreecommitdiffstats
path: root/persistence
diff options
context:
space:
mode:
Diffstat (limited to 'persistence')
-rw-r--r--persistence/src/vespa/persistence/conformancetest/conformancetest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/persistence/src/vespa/persistence/conformancetest/conformancetest.cpp b/persistence/src/vespa/persistence/conformancetest/conformancetest.cpp
index 94ace2cb7e3..3e55a240184 100644
--- a/persistence/src/vespa/persistence/conformancetest/conformancetest.cpp
+++ b/persistence/src/vespa/persistence/conformancetest/conformancetest.cpp
@@ -90,8 +90,7 @@ createClusterState(const lib::State& nodeState = lib::State::UP)
NodeState(NodeType::STORAGE,
nodeState,
"dummy desc",
- 1.0,
- 1));
+ 1.0));
cstate.setClusterState(State::UP);
dc.redundancy = 1;
dc.readyCopies = 1;