Skip to content

Commit c78559f

Browse files
committed
Fix formatting issue in RefsCommand
1 parent f5771dc commit c78559f

File tree

1 file changed

+1
-1
lines changed
  • fdb-record-layer-debugger/src/main/java/com/apple/foundationdb/record/query/plan/cascades/debug

1 file changed

+1
-1
lines changed

fdb-record-layer-debugger/src/main/java/com/apple/foundationdb/record/query/plan/cascades/debug/Commands.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ public boolean executeCommand(@Nonnull final PlannerRepl plannerRepl,
469469
.filter(Optional::isPresent)
470470
.map(Optional::get)
471471
.collect(Collectors.joining(", "));
472-
plannerRepl.printKeyValue("members: ", "{" + membersString + "}");
472+
plannerRepl.printKeyValue("members", "{" + membersString + "}");
473473
}
474474
plannerRepl.println();
475475
}

0 commit comments

Comments
 (0)