Skip to content

Commit 3076803

Browse files
authored
write_json: missing \n in help text.
1 parent 4a27d93 commit 3076803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/json/json.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ struct JsonBackend : public Backend {
408408
log("\n");
409409
log("The \"offset\" and \"upto\" fields are skipped if their value would be 0.\n");
410410
log("They don't affect connection semantics, and are only used to preserve original\n");
411-
log("HDL bit indexing.");
411+
log("HDL bit indexing.\n");
412412
log("And <cell_details> is:\n");
413413
log("\n");
414414
log(" {\n");

0 commit comments

Comments
 (0)