Skip to content

Commit f29c00f

Browse files
committed
style: format widgetWindows.js with Prettier
1 parent 8a1f798 commit f29c00f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

js/widgets/widgetWindows.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ class WidgetWindow {
6464

6565
this.sendToCenter = this.sendToCenter.bind(this);
6666

67-
this.onclose = () => { };
68-
this.onmaximize = () => { };
69-
this.onrollup = () => { };
70-
this.onunroll = () => { };
67+
this.onclose = () => {};
68+
this.onmaximize = () => {};
69+
this.onrollup = () => {};
70+
this.onunroll = () => {};
7171
}
7272

7373
/**

0 commit comments

Comments
 (0)