1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

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" . \