Merge "No more braces-style eslint errors"

This commit is contained in:
Jenkins
2016-08-03 15:06:40 +00:00
committed by Gerrit Code Review
4 changed files with 25 additions and 14 deletions

View File

@@ -41,9 +41,15 @@
'$modal'
];
function ContainersController(swiftAPI, containersModel, basePath, baseRoute, containerRoute,
simpleModalService, toastService, $location, $modal)
{
function ContainersController(swiftAPI,
containersModel,
basePath,
baseRoute,
containerRoute,
simpleModalService,
toastService,
$location,
$modal) {
var ctrl = this;
ctrl.model = containersModel;
ctrl.model.initialize();

View File

@@ -39,9 +39,13 @@
'$scope'
];
function ObjectsController(containersModel, containerRoute, batchActions,
rowActions, $q, $routeParams, $scope)
{
function ObjectsController(containersModel,
containerRoute,
batchActions,
rowActions,
$q,
$routeParams,
$scope) {
var ctrl = this;
ctrl.rowActions = rowActions;