Skip to content

Commit

Permalink
trying to resolve merge issues #544
Browse files Browse the repository at this point in the history
  • Loading branch information
rupeshtiwari committed Nov 14, 2017
1 parent 0906638 commit 07c72ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions modules/store-devtools/src/instrument.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ export function createReduxDevtoolsExtension() {
}
}

export const DEFAULT_NAME = 'NgRx Store DevTools';

export function createStateObservable(devtools: StoreDevtools) {
return devtools.state;
}
Expand Down
1 change: 0 additions & 1 deletion modules/store-devtools/src/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
UPDATE,
INIT,
} from '@ngrx/store';
import { StoreDevtoolsConfig } from './config';
import { difference, liftAction } from './utils';
import * as Actions from './actions';
import { StoreDevtoolsConfig } from './config';
Expand Down

0 comments on commit 07c72ca

Please sign in to comment.