Skip to content

Commit 584aa2a

Browse files
committed
chore: formatting
1 parent 87e7f79 commit 584aa2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/core/ripple/ripple.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export type RippleGlobalOptions = {
2020
};
2121

2222
/** Injection token that can be used to specify the global ripple options. */
23-
export const MD_RIPPLE_GLOBAL_OPTIONS = new InjectionToken<RippleGlobalOptions>(
24-
'md-ripple-global-options');
23+
export const MD_RIPPLE_GLOBAL_OPTIONS =
24+
new InjectionToken<RippleGlobalOptions>('md-ripple-global-options');
2525

2626
@Directive({
2727
selector: '[md-ripple], [mat-ripple], [mdRipple], [matRipple]',

0 commit comments

Comments
 (0)