Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto committed Apr 5, 2017
1 parent 87e7f79 commit 584aa2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/core/ripple/ripple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export type RippleGlobalOptions = {
};

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

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

0 comments on commit 584aa2a

Please sign in to comment.