Skip to content

Commit 321a0d7

Browse files
Patricio AlbizuPatricio Albizu
authored andcommitted
feat: fix prettier
1 parent 7877340 commit 321a0d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/components/src/draggable-list/draggable-list.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ export class DraggableListComponent implements AfterContentInit {
3333
@Output()
3434
public readonly listOrderChange: EventEmitter<DraggableItemComponent[]> = new EventEmitter();
3535

36-
@ContentChildren(DraggableItemComponent)
36+
@ContentChildren(DraggableItemComponent)
3737
public draggableItemsRef!: QueryList<DraggableItemComponent>;
38-
38+
3939
public draggableItems: DraggableItemComponent[] = [];
4040

4141
public ngAfterContentInit(): void {

0 commit comments

Comments
 (0)