Skip to content

Commit

Permalink
Fixed example indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lfabreges committed Sep 3, 2018
1 parent a534350 commit 734661a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ constructor(
private readonly params: ModalDialogParams,
private readonly changeDetectorRef: ChangeDetectorRef,
) {
setTimeout(() => this.changeDetectorRef.detectChanges(), 0);
setTimeout(() => this.changeDetectorRef.detectChanges(), 0);
}
```

0 comments on commit 734661a

Please sign in to comment.