Skip to content

Commit 77e31fa

Browse files
PhantomDavegithub-actions[bot]
authored andcommitted
chore: auto-format Frontend code
1 parent 82e5159 commit 77e31fa

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

frontend/src/app/widgets/widget-net-graph/widget-net-graph.component.spec.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ describe('WidgetNetGraphComponent', () => {
88

99
beforeEach(waitForAsync(() => {
1010
TestBed.configureTestingModule({
11-
imports: [ WidgetNetGraphComponent ]
12-
})
13-
.compileComponents();
11+
imports: [WidgetNetGraphComponent],
12+
}).compileComponents();
1413
}));
1514

1615
beforeEach(() => {

0 commit comments

Comments
 (0)