Skip to content

Commit 1c764dc

Browse files
authored
Update src/progress-indicator/progress-indicator.component.ts
1 parent 8415b4c commit 1c764dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/progress-indicator/progress-indicator.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class ProgressIndicator implements OnChanges {
8181
}
8282
private _current: number;
8383

84-
constructor(protected experimental: ExperimentalService) { }
84+
constructor(protected experimental: ExperimentalService) {}
8585

8686
ngOnChanges(changes: SimpleChanges) {
8787
if (changes.steps || changes.current) {

0 commit comments

Comments
 (0)