Skip to content

Commit 8654bdd

Browse files
committed
eslint
1 parent a566301 commit 8654bdd

File tree

3 files changed

+171
-174
lines changed

3 files changed

+171
-174
lines changed

src/editor.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@ export class DrawIODocumentWidget extends DocumentWidget<DrawIOWidget> {
128128
public verticalTree(): void {
129129
this.content.verticalTree();
130130
}
131-
131+
132132
public radialTree(): void {
133133
this.content.radialTree();
134134
}
135-
135+
136136
public organic(): void {
137137
this.content.organic();
138138
}
139-
139+
140140
public circle(): void {
141141
this.content.circle();
142142
}

0 commit comments

Comments
 (0)