Fix code style errors

This commit is contained in:
Justin Greywolf
2019-12-06 20:35:22 -08:00
parent 2a41280076
commit 6a9b251be1
2 changed files with 5 additions and 5 deletions

View File

@@ -320,7 +320,7 @@ const drawClass = function(elem, classDef) {
let classTitleString = classDef.id;
if(classDef.genericType !== undefined && classDef.genericType !== ''){
if (classDef.genericType !== undefined && classDef.genericType !== '') {
classTitleString += '<' + classDef.genericType + '>';
}