-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: linting and formatting issues (#765)
## What type of PR is this? /kind style ## What this PR does / why we need it: This PR addresses linting and formatting issues to improve code readability and maintain consistency with linting rules. - Corrected indentation in Go code to resolve golangci-lint issues. - Reformatted gradient definitions in LESS for better readability. - Removed an unnecessary line in exceptionList styles. ## Which issue(s) this PR fixes: Fixes #
- Loading branch information
Showing
3 changed files
with
22 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -876,4 +876,3 @@ | |
transform: rotate(360deg); | ||
} | ||
} | ||
|