make prettier happy

This commit is contained in:
Régis Hanol 2019-02-13 22:16:38 +01:00
parent 94fe0af900
commit 0476169692
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export default Ember.Component.extend(UploadMixin, {
uploadOptions() { uploadOptions() {
return { return {
sequentialUploads: true, sequentialUploads: true
}; };
}, },