Skip to content

Commit

Permalink
close paren
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoglom committed Dec 31, 2024
1 parent 841aa19 commit ebdc08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/javadoc_messagecargo.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def bytes_for_argument(arg_str, start_offset):
if v.strip().startswith("(byte)"):
lines.append((start_offset, v))
else:
lines.append((start_offset, f"(byte) ({v})")
lines.append((start_offset, f"(byte) ({v})"))
else:
for i, v in enumerate(elems):
desc = f"new byte[]{{{v}}} [element {i}]"
Expand Down

0 comments on commit ebdc08e

Please sign in to comment.