Linting changes

This commit is contained in:
GHOSCHT 2020-08-02 11:00:50 +02:00
parent f388db4cdb
commit 83c97028f7

View file

@ -9,6 +9,6 @@ const parser = port.pipe(new Readline({ delimiter: '\r\n' }));
const initialState = { port, parser };
export default (state = initialState, { type, payload }) => {
export default (state = initialState) => {
return state;
};