Skip to content

Commit

Permalink
chore(core): fix end-line
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipraty committed Dec 5, 2023
1 parent 4dbdda6 commit a792e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/command.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ export function apply(ctx: Context, config: Config) {
else
return output.length === 1 ? output[0] : <message forward>{output}</message>
})
}
}

0 comments on commit a792e9f

Please sign in to comment.