Skip to content

Commit ae8fec8

Browse files
committed
prettier fix.
1 parent 176dff0 commit ae8fec8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/designer.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ export default class Designer {
3838
return designer;
3939
}
4040

41-
private constructor(private readonly root: HTMLElement, private readonly context: DesignerContext, private readonly workspace: Workspace) {}
41+
private constructor(
42+
private readonly root: HTMLElement,
43+
private readonly context: DesignerContext,
44+
private readonly workspace: Workspace
45+
) {}
4246

4347
public readonly onDefinitionChanged = new SimpleEvent<Definition>();
4448

0 commit comments

Comments
 (0)