Skip to content

Commit 734661a

Browse files
committed
Fixed example indentation
1 parent a534350 commit 734661a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@ constructor(
178178
private readonly params: ModalDialogParams,
179179
private readonly changeDetectorRef: ChangeDetectorRef,
180180
) {
181-
setTimeout(() => this.changeDetectorRef.detectChanges(), 0);
181+
setTimeout(() => this.changeDetectorRef.detectChanges(), 0);
182182
}
183183
```

0 commit comments

Comments
 (0)