Skip to content

Commit

Permalink
fix: newline formatting for the suggestion to use --all-sub-projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Yegupov committed May 1, 2019
1 parent 8c18c6f commit f2ffa95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/commands/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ function displayResult(res, options: TestOptions) {

if (options.advertiseSubprojectsCount) {
multiProjAdvice = chalk.bold.white(
`This project has multiple sub-projects (${options.advertiseSubprojectsCount}), ` +
'use --all-sub-projects flag to scan all sub-projects.\n\n');
`\n\nThis project has multiple sub-projects (${options.advertiseSubprojectsCount}), ` +
'use --all-sub-projects flag to scan all sub-projects.');
}

// OK => no vulns found, return
Expand Down

0 comments on commit f2ffa95

Please sign in to comment.