From 80f7b607afd8af72602833906e2655c0c23685f1 Mon Sep 17 00:00:00 2001 From: Jeremy Tammik Date: Fri, 9 Dec 2016 13:26:27 +0100 Subject: [PATCH] fixed github error message saying variable on line 412 not properly closed with }} --- a/1450_mep_system_json_graph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a/1450_mep_system_json_graph.md b/a/1450_mep_system_json_graph.md index 131268e3..2adf4272 100644 --- a/a/1450_mep_system_json_graph.md +++ b/a/1450_mep_system_json_graph.md @@ -409,7 +409,7 @@ Here are the two formatting strings that they use: /// in child node for bottom-up structure. /// </summary> const string _json_format_to_store_parent_in_child -  = "{{" +  = "{{"   + "\"id\" : {0}, "   + "\"name\" : \"{1}\", "   + "\"parent\" : {2}}}";