Skip to content

Commit 85e96bf

Browse files
authored
Removed new line.
1 parent 2e5cb19 commit 85e96bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ngx-smart-modal/src/components/ngx-smart-modal.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export class NgxSmartModalComponent implements OnInit, OnDestroy {
7474
@Input() public ariaLabelledBy: string | null = null;
7575
@Input() public ariaDescribedBy: string | null = null;
7676

77-
7877
@Output() public visibleChange: EventEmitter<boolean> = new EventEmitter<boolean>();
7978
@Output() public onClose: EventEmitter<any> = new EventEmitter();
8079
@Output() public onCloseFinished: EventEmitter<any> = new EventEmitter();

0 commit comments

Comments
 (0)