Skip to content

Commit 6126b72

Browse files
iirojokonet
authored andcommitted
fix: remove empty spaces from warning
1 parent 0ce85b2 commit 6126b72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/runAll.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ module.exports = async function runAll(
6464
dedent`${symbols.warning} ${chalk.yellow(
6565
`lint-staged generated an argument string of ${argLength} characters, and commands might not run correctly on your platform.
6666
It is recommended to use functions as linters and split your command based on the number of staged files. For more info, please visit:
67-
https://github.com/okonet/lint-staged#using-js-functions-to-customize-linter-commands
68-
`
67+
https://github.com/okonet/lint-staged#using-js-functions-to-customize-linter-commands`
6968
)}`
7069
)
7170
}

0 commit comments

Comments
 (0)