style(agent): remove whitespaces

pull/2337/head
Chaim Lev-Ari 2018-09-30 11:51:48 +03:00
parent 9b02ceaab7
commit 3629749653
1 changed files with 2 additions and 10 deletions

View File

@ -1,14 +1,6 @@
angular.module('portainer.agent').controller('HostBrowserController', [ angular.module('portainer.agent').controller('HostBrowserController', [
'HostBrowserService', 'HostBrowserService', 'Notifications', 'FileSaver', 'ModalService',
'Notifications', function HostBrowserController(HostBrowserService, Notifications, FileSaver, ModalService) {
'FileSaver',
'ModalService',
function HostBrowserController(
HostBrowserService,
Notifications,
FileSaver,
ModalService
) {
var ctrl = this; var ctrl = this;
ctrl.state = { ctrl.state = {
path: '/' path: '/'