Skip to content

Commit 0c7fd89

Browse files
committed
fix(material/slider): fix formatting
fix formatting fixes b/286300099
1 parent 7856471 commit 0c7fd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/slider/slider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ export class MatSlider implements AfterViewInit, OnDestroy, _MatSlider {
590590
/**
591591
* Returns the translateX positioning for the end tick mark to visually
592592
* indicate the end of the slider
593-
* */
593+
*/
594594
_calcEndTickMarkTransform(index: number): string {
595595
// Only show the last tick mark
596596
if (index === this._tickMarks.length - 1) {

0 commit comments

Comments
 (0)