Skip to content

Commit 00f2400

Browse files
committed
Remove indent
1 parent 5e94a1b commit 00f2400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog/dialog.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export class DialogService {
155155
}
156156
this.dialogRef = null;
157157
this.isOpen = false;
158-
elementToFocus.focus();
158+
elementToFocus.focus();
159159

160160
if (this.dialogSubscription) {
161161
this.dialogSubscription.unsubscribe();

0 commit comments

Comments
 (0)