mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
remove useless whitespace
This commit is contained in:
parent
02fec31c92
commit
44a744752f
@ -197,7 +197,7 @@ export const setLink = function(ids, linkStr, target) {
|
||||
if (typeof target === 'string') {
|
||||
classes[id].linkTarget = target;
|
||||
} else {
|
||||
classes[id].linkTarget = '_blank' ;
|
||||
classes[id].linkTarget = '_blank';
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user