mirror of https://github.com/portainer/portainer
refactor(lint): fix lint issue
parent
64ef74321a
commit
ec0cc84c7c
|
@ -23,6 +23,6 @@ angular.module('portainer.services')
|
||||||
return -(box.height() / 2);
|
return -(box.height() / 2);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
return service;
|
return service;
|
||||||
}]);
|
}]);
|
||||||
|
|
Loading…
Reference in New Issue