Linting changes
This commit is contained in:
parent
f388db4cdb
commit
83c97028f7
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ const parser = port.pipe(new Readline({ delimiter: '\r\n' }));
|
||||||
|
|
||||||
const initialState = { port, parser };
|
const initialState = { port, parser };
|
||||||
|
|
||||||
export default (state = initialState, { type, payload }) => {
|
export default (state = initialState) => {
|
||||||
return state;
|
return state;
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue