Skip to content

Commit 52a9270

Browse files
author
Maged Hennawy
committed
Remove all empty lines..
1 parent 89e16a4 commit 52a9270

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { Component, Input } from "@angular/core";
33
@Component({
44
selector: "ibm-progress-indicator",
55
template: `
6-
76
<ul data-progress data-progress-current class="bx--progress">
87
<li
98
class="bx--progress-step bx--progress-step--{{step.state}}"
@@ -28,7 +27,5 @@ import { Component, Input } from "@angular/core";
2827
`
2928
})
3029
export class ProgressIndicator {
31-
3230
@Input() steps = [];
33-
3431
}

0 commit comments

Comments
 (0)