Skip to content

Commit 286b495

Browse files
lint error
1 parent 2e34b37 commit 286b495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-ng/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class AppComponent {
3535
title: "Authentication result",
3636
message: (authorized ? "" : "Not ") + "authorized for " + JSON.stringify(AppComponent.TYPES),
3737
okButtonText: "Ok!"
38-
}), 300))
38+
}), 300));
3939
}
4040

4141
requestAuthForVariousTypes(): void {

0 commit comments

Comments
 (0)