From 648e13e3bd390afd8c6a2a0ccbdeaa311d634821 Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Tue, 27 Feb 2024 16:19:24 -0700 Subject: [PATCH] format code example #185 --- doc/implementation-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/implementation-notes.md b/doc/implementation-notes.md index b24db083..9576c805 100644 --- a/doc/implementation-notes.md +++ b/doc/implementation-notes.md @@ -34,7 +34,7 @@ The string keys are designed as a camel-cased version of the English translation ```json "binWidthMPattern": { -"value": "{{binWidth}} m" + "value": "{{binWidth}} m" } ```