mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-19 20:24:16 +01:00
fix(lint): correct lint errors
This commit is contained in:
@@ -798,7 +798,7 @@ export const initIdGeneratior = class iterator {
|
||||
this.deterministic = deterministic;
|
||||
this.seed = seed;
|
||||
|
||||
this.count = seed ? seed.length : 0
|
||||
this.count = seed ? seed.length : 0;
|
||||
}
|
||||
|
||||
next() {
|
||||
|
||||
Reference in New Issue
Block a user