diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js
index 3dcd8b807c..6d9424039e 100644
--- a/tools/doc/type-parser.js
+++ b/tools/doc/type-parser.js
@@ -89,7 +89,8 @@ module.exports = {
typeLinks.push('<' +
typeTextFull + '>');
} else {
- typeLinks.push('<' + typeTextFull + '>');
+ typeLinks.push('<' + typeTextFull +
+ '>');
}
}
});