Skip to content

Commit 969c9c2

Browse files
committed
update spacing
1 parent 452710e commit 969c9c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ func status(wheel *Wheel, runner *TaskRunner) termui.GridBufferer {
1414
1515
%s %s remaining
1616
17+
1718
[q] - quit [p] - pause
1819
`,
1920
runner.count,
@@ -34,13 +35,15 @@ func status(wheel *Wheel, runner *TaskRunner) termui.GridBufferer {
3435
3536
Press [p] to continue.
3637
38+
3739
[q] - quit [p] - unpause
3840
`
3941
case COMPLETE:
4042
text = `This session has concluded.
4143
4244
Press [q] to exit.
4345
46+
4447
[q] - quit
4548
`
4649
}

0 commit comments

Comments
 (0)