From 3ff62c95b4090c912ce42156aa65e3f94420c59b Mon Sep 17 00:00:00 2001 From: Wieland <29458682+wielandb@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:52:37 +0200 Subject: [PATCH] Add space before meters --- assets/question_catalog/definition.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/question_catalog/definition.json b/assets/question_catalog/definition.json index d45d363d..8cea0cc3 100644 --- a/assets/question_catalog/definition.json +++ b/assets/question_catalog/definition.json @@ -4206,14 +4206,13 @@ }, "constructor": { "diameter": [ - "CONCAT", [ "REPLACE", "/\\.?0{1,2}$/", "", [ "INSERT", ".", "-2", [ "PAD", "0", "3", "$input" ] ] - ], "m" + ], " m" ] } },