Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
remove extra new line
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkeshan committed Feb 27, 2024
1 parent 5854cd1 commit 5ab7075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exports.ConsoleResults = function ConsoleResults(runnerResults) {
console.log(`${COLORS.red}${test.name}${COLORS.reset}`)
}
if (test.test_code) {
console.log(`Test code:\n${test.test_code}\n\n`)
console.log(`Test code:\n${test.test_code}\n`)
}
})

Expand Down

0 comments on commit 5ab7075

Please sign in to comment.