Skip to content

Commit 6f13d7d

Browse files
committed
fix spacing
1 parent f6d1c3c commit 6f13d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wizard/src/run-wizard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ export const runWizard = async () => {
429429
if (features.includes("autoReset")) {
430430
const autoResetTimeWindowMs = await text({
431431
message:
432-
"What is the auto reset time window (in seconds)?\n If expected profit is negative for x seconds then reset",
432+
"What is the auto reset time window (in seconds)?\n· If expected profit is negative for x seconds then reset",
433433
initialValue: "60",
434434
validate: (value) => {
435435
if (value.length === 0) return "Please enter a auto reset time window";

0 commit comments

Comments
 (0)