Skip to content

Commit

Permalink
style(effects): indention
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Apr 5, 2019
1 parent ccf611e commit 0013159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/effects/spec/effect_creator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('createEffect()', () => {
import { Action } from '@ngrx/store';
import { createEffect } from '@ngrx/effects';
import { of } from 'rxjs';
${code}`,
${code}`,
{
moduleResolution: 'node',
target: 'es2015',
Expand Down

0 comments on commit 0013159

Please sign in to comment.