-
Notifications
You must be signed in to change notification settings - Fork 104
fix(access-control-service): fix formatting of AccessControlResource
#3838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes code formatting issues in the AccessControlResource.scala file to improve code readability and maintain consistent style. The changes focus on reformatting long lines and improving code structure without affecting functionality.
- Reformatted a long logger statement to span multiple lines for better readability
- Fixed the formatting of a try-catch block assignment to follow proper Scala style conventions
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Update
This PR is a patch to the access control service integration PR to fix the service formatting issue so the main PR become purely about logic of adding the service to Kubernetes environment.