Skip to content

Commit 310dd31

Browse files
committed
Prettify
1 parent ab48ced commit 310dd31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/widgets/src/docklayout.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ export class DockLayout extends Layout {
347347
mainConfig,
348348
{
349349
// Ignoring optional `document` argument as we must reuse `this._document`
350-
createTabBar: (document?: Document | ShadowRoot) => this._createTabBar(),
350+
createTabBar: (document?: Document | ShadowRoot) =>
351+
this._createTabBar(),
351352
createHandle: () => this._createHandle()
352353
},
353354
this._document

0 commit comments

Comments
 (0)