Skip to content

Commit 0693439

Browse files
author
Andrew Seguin
committed
refactor: lint
1 parent 7463dd9 commit 0693439

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/material/slide-toggle/_slide-toggle-theme.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@
183183
'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector'
184184
);
185185
$mat-switch-tokens: token-utils.get-tokens-for($tokens, tokens-mat-switch.$prefix);
186-
$mat-switch-tokens-options: token-utils.get-tokens-for($tokens, tokens-mat-switch.$prefix, $options...);
186+
$mat-switch-tokens-options:
187+
token-utils.get-tokens-for($tokens, tokens-mat-switch.$prefix, $options...);
187188

188189
$tokens: map.merge($mat-switch-tokens, $mat-switch-tokens-options);
189190
@include token-utils.create-token-values(tokens-mat-switch.$prefix, $tokens);

0 commit comments

Comments
 (0)