make prettier happy

This commit is contained in:
Régis Hanol 2019-02-13 22:16:38 +01:00
parent 94fe0af900
commit 0476169692

View File

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