From 3076803c9e3742859e42a00c62af9441fb8b9339 Mon Sep 17 00:00:00 2001
From: Catherine <whitequark@whitequark.org>
Date: Thu, 23 Jan 2025 05:17:52 +0000
Subject: [PATCH] write_json: missing \n in help text.

---
 backends/json/json.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backends/json/json.cc b/backends/json/json.cc
index 20d42f626..749fe1fc3 100644
--- a/backends/json/json.cc
+++ b/backends/json/json.cc
@@ -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");