Skip to content

Commit be5d8d0

Browse files
committed
Space nit
1 parent 21139e2 commit be5d8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/optimize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export const optimize: CliSubcommand = {
311311
spinner.stop()
312312
if (isNpm) {
313313
console.log(
314-
`💡 Re-run Socket Optimize whenever ${lockName} changes.\n This can be skipped once npm ships https://github.com/npm/cli/pull/7025.`
314+
`💡 Re-run Socket Optimize whenever ${lockName} changes.\n This can be skipped once npm ships https://github.com/npm/cli/pull/7025.`
315315
)
316316
}
317317
} catch {

0 commit comments

Comments
 (0)