mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
refactor(lint): fix lint issue
This commit is contained in:
parent
64ef74321a
commit
ec0cc84c7c
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ angular.module('portainer.services')
|
||||||
return -(box.height() / 2);
|
return -(box.height() / 2);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
return service;
|
return service;
|
||||||
}]);
|
}]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue