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', [
'$stateParams',
'NodeService',
'NodeHelper',
'LabelHelper',
'Notifications',
'$state',
function NodeDetailsViewController(
$stateParams,
NodeService,
NodeHelper,
LabelHelper,
Notifications,
$state
) {
'$stateParams', 'NodeService', 'LabelHelper', 'Notifications', '$state',
function NodeDetailsViewController($stateParams, NodeService, LabelHelper, Notifications, $state) {
var ctrl = this;
var originalNode;
ctrl.$onInit = initView;
ctrl.updateLabels = updateLabels;