Fix linting

This commit is contained in:
Jordan Eldredge 2017-01-24 18:20:33 -08:00
parent aac207350d
commit ea0322244f
2 changed files with 2 additions and 2 deletions

View file

@ -116,4 +116,4 @@ export default function(winamp, {dispatch}) {
dispatch({type: TOGGLE_LLAMA_MODE});
}
});
};
}

View file

@ -47,4 +47,4 @@ export default function() {
console.error('Tried to process an unpopulated file object');
return false;
};
};
}