Skip to content

Commit d20ddae

Browse files
committed
Removed unnecessary concatenation.
1 parent 9fa71d9 commit d20ddae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/doxdox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ exports.parseScripts = function (scripts, config, pkg) {
107107

108108
} else {
109109

110-
console.error('Invalid layout specified.' + '\n');
110+
console.error('Invalid layout specified.\n');
111111

112112
}
113113

0 commit comments

Comments
 (0)