Cosmetic fixes
[src/app-framework-demo.git] / afm-client / app / Frontend / widgets / FormInput / UploadAppli.js
index d18f620..c1b33ac 100644 (file)
@@ -121,7 +121,6 @@ function LoadFileSvc (scope, files, fileCB) {
         // if everything is OK let's add file to xform
         xform.append(scope.name, this.file, this.file.name);
     }
-
 }
 
 angular.module('UploadFiles',['AppConfig', 'ModalNotification', 'RangeSlider'])