Skip to content

Commit 5df5596

Browse files
committed
refactor: fix formatting
1 parent 81f6eb2 commit 5df5596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/observability/src/shared/components/card-list/card-list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ChangeDetectionStrategy, Component, ContentChildren, Input, QueryList, AfterContentInit } from '@angular/core';
1+
import { AfterContentInit, ChangeDetectionStrategy, Component, ContentChildren, Input, QueryList } from '@angular/core';
22
import { queryListAndChanges$ } from '@hypertrace/common';
33
import { Observable } from 'rxjs';
44
import { map } from 'rxjs/operators';

0 commit comments

Comments
 (0)