Skip to content

Commit 8badec0

Browse files
committed
style: fix linting errors
1 parent 3472a32 commit 8badec0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/group/reducer/set-user-defined-property.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Actions, SetUserDefinedPropertyAction } from '../../actions';
2-
import { computeGroupState, FormGroupState, KeyValue } from '../../state';
2+
import { FormGroupState, KeyValue } from '../../state';
33
import { childReducer } from './util';
44

55
export function setUserDefinedPropertyReducer<TValue extends KeyValue>(

src/state.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { SetValueAction, SetUserDefinedPropertyAction } from './actions';
21
import {
32
cast,
43
computeGroupState,
@@ -8,8 +7,6 @@ import {
87
isGroupState,
98
isArrayState,
109
} from './state';
11-
import { formGroupReducer } from './group/reducer';
12-
import { formArrayReducer } from './array/reducer';
1310

1411
describe('state', () => {
1512
const FORM_CONTROL_ID = 'test ID';

0 commit comments

Comments
 (0)