Skip to content

Commit 695fd2c

Browse files
committed
chore: fix biome formatting in gracefulShutdown.ts
1 parent 8dbd07d commit 695fd2c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/utils/gracefulShutdown.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,7 @@ function printResumeHint(): void {
169169

170170
writeSync(
171171
1,
172-
chalk.dim(
173-
`\nResume this session with:\nccb --resume ${resumeArg}\n`,
174-
),
172+
chalk.dim(`\nResume this session with:\nccb --resume ${resumeArg}\n`),
175173
)
176174
resumeHintPrinted = true
177175
} catch {

0 commit comments

Comments
 (0)