Skip to content

Commit

Permalink
Merge pull request #110 from zanerock/work-liquid-labs/cloudsite/109
Browse files Browse the repository at this point in the history
Add missing space after list output
  • Loading branch information
zanerock authored Mar 25, 2024
2 parents 02e7484 + c93479f commit 011f396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/lib/handle-list.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const handleList = ({ argv, db }) => {
return trimmed
})

progressLogger.write(output, { format })
progressLogger.write(output, '', { format })
}

export { handleList }

0 comments on commit 011f396

Please sign in to comment.