Skip to content

Commit f40e313

Browse files
committed
fix viash json rendering indentation
1 parent aad8b1e commit f40e313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/io/viash/helpers/bashutils/ViashRenderJson.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function ViashRenderJsonKeyValue {
1717
local multiple="$3"
1818
shift 3
1919

20-
local out=" \"${key}\":"
20+
local out=" \"${key}\":"
2121

2222
# Handle null case
2323
if [ $# -eq 1 ] && [ "$1" == "@@VIASH_UNDEFINED@@" ]; then

0 commit comments

Comments
 (0)