Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit a12fd1b

Browse files
author
Mike Lin
committed
fix spacing
1 parent e4a64a7 commit a12fd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reducers/form-reducer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function createFormReducer(model) {
6868
let path = toPath(action.model);
6969
let modelPath = toPath(model);
7070
if (!isEqual(path.slice(0, modelPath.length), modelPath)) {
71-
return state;
71+
return state;
7272
}
7373
let localPath = path.slice(modelPath.length);
7474

0 commit comments

Comments
 (0)