Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f83f92e

Browse files
committed
fix code style
1 parent 091d30e commit f83f92e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libs/state/src/lib/rx-state.service.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ import {
1515
Unsubscribable,
1616
} from 'rxjs';
1717
import { catchError, map, pluck, tap } from 'rxjs/operators';
18-
import {
19-
AccumulationFn,
20-
createAccumulationObservable,
21-
createSideEffectObservable,
22-
} from './cdk';
2318
import {
2419
isKeyOf,
2520
isOperateFnArrayGuard,
2621
isStringArrayGuard,
2722
pipeFromArray,
2823
safePluck,
2924
} from './core';
25+
import {
26+
AccumulationFn,
27+
createAccumulationObservable,
28+
createSideEffectObservable,
29+
} from './cdk';
3030
import { stateful } from './rxjs/operators';
3131

3232
type ProjectStateFn<T> = (oldState: T) => Partial<T>;

0 commit comments

Comments
 (0)