Skip to content

Commit 49c4a1f

Browse files
committed
fix formatting
1 parent d846589 commit 49c4a1f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

labs/lab3-paxos/tst/dslabs/paxos/PaxosTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,8 @@ public void test11ClearsMemory() throws InterruptedException {
614614

615615
for (int i = 0; i < iters; i++) {
616616
for (int key = 0; key < items; key++) {
617-
sendCommandAndCheck(client, put(key, RandomStringUtils.insecure().nextAscii(valueSize)), putOk());
617+
sendCommandAndCheck(
618+
client, put(key, RandomStringUtils.insecure().nextAscii(valueSize)), putOk());
618619
}
619620
}
620621

0 commit comments

Comments
 (0)