webstaff: adjust whitespace a bit
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 24 Apr 2017 21:08:11 +0000 (17:08 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 24 Apr 2017 21:08:11 +0000 (17:08 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/web/js/ui/default/staff/serials/directives/subscription_manager.js

index fb983ec..65e9f62 100644 (file)
@@ -9,9 +9,9 @@ angular.module('egSerialsAppDep')
         },
         templateUrl: './serials/t_subscription_manager',
         controller:
-                   ['$scope','$q','egSerialsCoreSvc','egCore','egGridDataProvider',
-                    '$uibModal',
-            function($scope , $q , egSerialsCoreSvc , egCore , egGridDataProvider ,
+       ['$scope','$q','egSerialsCoreSvc','egCore','egGridDataProvider',
+        '$uibModal',
+function($scope , $q , egSerialsCoreSvc , egCore , egGridDataProvider ,
                      $uibModal) {
     egSerialsCoreSvc.fetch($scope.bibId).then(function() {
         $scope.subscriptions = egCore.idl.toTypedHash(egSerialsCoreSvc.subTree);
@@ -187,7 +187,7 @@ angular.module('egSerialsAppDep')
             });
         }
     }
-            }]
+}]
     }
 })