mod/inspectvar: remove extra spaces

This commit is contained in:
Christian Hesse 2024-03-04 20:40:35 +01:00
parent 0d35a18c71
commit 4e1362aacc

View file

@ -39,7 +39,7 @@
:local TypeOf [ :typeof $Input ];
:local Return [ $IndentReturn "type" $TypeOf $Level ];
:if ($TypeOf = "array") do={
:foreach Key,Value in=$Input do={
:set $Return ($Return . "\n" . \