Skip to content

Commit ef7841e

Browse files
author
slidinghotdog
committed
Formatting
1 parent b00832f commit ef7841e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Window/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const Window = registerComponent<WindowProps>({
7676
shouldSetTextContent: () => {
7777
return false;
7878
},
79-
createInstance: (newProps) => {
79+
createInstance: newProps => {
8080
const window = new QMainWindow();
8181
const rootView = new QWidget();
8282
const rootViewLayout = new FlexLayout();

0 commit comments

Comments
 (0)