style(engine-details): remove whitespaces

pull/2255/head
Chaim Lando 2018-09-06 16:39:20 +03:00
parent 50ef742c63
commit 7436ac508b
1 changed files with 3 additions and 14 deletions

View File

@ -1,20 +1,9 @@
angular.module('portainer.docker').controller('NodeDetailsViewController', [ angular.module('portainer.docker').controller('NodeDetailsViewController', [
'$stateParams', '$stateParams', 'NodeService', 'LabelHelper', 'Notifications', '$state',
'NodeService', function NodeDetailsViewController($stateParams, NodeService, LabelHelper, Notifications, $state) {
'NodeHelper',
'LabelHelper',
'Notifications',
'$state',
function NodeDetailsViewController(
$stateParams,
NodeService,
NodeHelper,
LabelHelper,
Notifications,
$state
) {
var ctrl = this; var ctrl = this;
var originalNode; var originalNode;
ctrl.$onInit = initView; ctrl.$onInit = initView;
ctrl.updateLabels = updateLabels; ctrl.updateLabels = updateLabels;