Skip to content

Commit 90186e2

Browse files
committed
fix: linting
1 parent 99f5655 commit 90186e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/ForceDirectedGraphController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ export class ForceDirectedGraphController extends GraphController {
341341
this._simulation.stop();
342342
}
343343

344-
static readonly id = 'forceDirectedGraph';
344+
static readonly id = 'forceDirectedGraph';
345345

346346
/**
347347
* @internal

0 commit comments

Comments
 (0)