mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-14 21:09:50 +02:00
Fix code style errors
This commit is contained in:
@@ -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 + '>';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user