[Ivan Diaz] - #8 - Replace tab character with 4 spaces [skip ci]

This commit is contained in:
Ivan Diaz 2016-02-11 15:32:59 -03:00
parent 02394079be
commit 3c56dbbcb7
1 changed files with 12 additions and 12 deletions

View File

@ -3,7 +3,7 @@ const API = require('lib-app/api-call');
const UserActions = require('actions/user-actions');
let UserStore = Reflux.createStore({
const UserStore = Reflux.createStore({
init() {
this.user = null;