Skip to content

Commit 953815b

Browse files
ci: apply automated fixes
1 parent cd4be34 commit 953815b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/angular/devtools-panel/src/app/components/lazy-load-devtools-panel-example.component.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ export default class LazyLoadDevtoolsPanelExampleComponent {
5151
this.devtools.set(
5252
import('@tanstack/angular-query-devtools-experimental').then(
5353
({ injectDevtoolsPanel }) =>
54-
injectDevtoolsPanel(this.devToolsOptions, { injector: this.injector }),
54+
injectDevtoolsPanel(this.devToolsOptions, {
55+
injector: this.injector,
56+
}),
5557
),
5658
)
5759
}

0 commit comments

Comments
 (0)