Skip to content

Commit c326c65

Browse files
committed
Prettier fix
1 parent da0abda commit c326c65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/vscode-collapsible/vscode-collapsible.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ export class VscodeCollapsible extends VscElement {
3535
* hovers over the component. Actions are shown only when the Collapsible component is open. This
3636
* property is designed to use the `workbench.view.alwaysShowHeaderActions` setting.
3737
*/
38-
@property({type: Boolean, reflect: true, attribute: 'always-show-header-actions'})
38+
@property({
39+
type: Boolean,
40+
reflect: true,
41+
attribute: 'always-show-header-actions',
42+
})
3943
alwaysShowHeaderActions = false;
4044

4145
/**

0 commit comments

Comments
 (0)