refactor(lint): fix lint issue

pull/619/head
Anthony Lapenna 2017-02-16 11:23:43 +13:00
parent 64ef74321a
commit ec0cc84c7c
1 changed files with 1 additions and 1 deletions

View File

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