Skip to content

Commit 947614f

Browse files
Update stepper.ts
1 parent 5d895ca commit 947614f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/stepper/stepper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class CdkStep implements OnChanges {
137137
export class CdkStepper implements OnDestroy {
138138
/** Emits when the component is destroyed. */
139139
protected _destroyed = new Subject<void>();
140-
140+
141141
/** The list of step components that the stepper is holding. */
142142
@ContentChildren(CdkStep) _steps: QueryList<CdkStep>;
143143

0 commit comments

Comments
 (0)