diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js
index 99ce2dfe7b..96fdaf16e9 100644
--- a/tools/doc/type-parser.js
+++ b/tools/doc/type-parser.js
@@ -71,7 +71,8 @@ module.exports = {
typeLinks.push('<' +
typeTextFull + '>');
} else {
- typeLinks.push('<' + typeTextFull + '>');
+ typeLinks.push('<' + typeTextFull +
+ '>');
}
}
});