1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

refactor(lint): fix lint issue

This commit is contained in:
Anthony Lapenna 2017-02-16 11:23:43 +13:00
parent 64ef74321a
commit ec0cc84c7c

View file

@ -23,6 +23,6 @@ angular.module('portainer.services')
return -(box.height() / 2);
}
});
}
};
return service;
}]);