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', [
|
||||
'HostBrowserService',
|
||||
'Notifications',
|
||||
'FileSaver',
|
||||
'ModalService',
|
||||
function HostBrowserController(
|
||||
HostBrowserService,
|
||||
Notifications,
|
||||
FileSaver,
|
||||
ModalService
|
||||
) {
|
||||
'HostBrowserService', 'Notifications', 'FileSaver', 'ModalService',
|
||||
function HostBrowserController(HostBrowserService, Notifications, FileSaver, ModalService) {
|
||||
var ctrl = this;
|
||||
ctrl.state = {
|
||||
path: '/'
|
||||
|
|
Loading…
Reference in New Issue