Skip to content

Commit

Permalink
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury-Fridlyand committed Sep 11, 2024
1 parent fad4ef3 commit a050d88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public void transaction_builds_protobuf_request(BaseTransaction<?> transaction)
transaction.info();
results.add(Pair.of(Info, buildArgs()));

transaction.info(new Section[] { EVERYTHING });
transaction.info(new Section[] {EVERYTHING});
results.add(Pair.of(Info, buildArgs(EVERYTHING.toString())));

transaction.mset(Map.of("key", "value"));
Expand Down

0 comments on commit a050d88

Please sign in to comment.