mirror of https://github.com/portainer/portainer
style(agent): remove whitespaces
parent
9b02ceaab7
commit
3629749653
|
@ -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: '/'
|
||||||
|
|
Loading…
Reference in New Issue