Skip to content

Commit

Permalink
write_json: missing \n in help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark authored Jan 23, 2025
1 parent 4a27d93 commit 3076803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/json/json.cc
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ struct JsonBackend : public Backend {
log("\n");
log("The \"offset\" and \"upto\" fields are skipped if their value would be 0.\n");
log("They don't affect connection semantics, and are only used to preserve original\n");
log("HDL bit indexing.");
log("HDL bit indexing.\n");
log("And <cell_details> is:\n");
log("\n");
log(" {\n");
Expand Down

0 comments on commit 3076803

Please sign in to comment.