Put it on one line

This commit is contained in:
Jordan Eldredge 2018-05-14 18:37:25 -07:00
parent 7fb1dfbb65
commit e1820e7fa2

View file

@ -43,10 +43,7 @@ const display = (state = defaultDisplayState, action) => {
case CLOSE_WINAMP:
return { ...state, closed: true };
case LOADED:
return {
...state,
loading: false
};
return { ...state, loading: false };
case SET_SKIN_DATA:
return {
...state,