code example formatting

This commit is contained in:
Dennis Tang 2018-05-14 11:50:19 +00:00
parent 274a446dfb
commit 6c9af2d1e5
1 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ Remember that actions only describe that something happened, they don't describe
},
[types.REQUEST_ADD_USER_ERROR](state, error) {
state.isAddingUser = true;
state.errorAddingUser = error;
state.errorAddingUser = error;
},
};
```