-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix if loop related lint failures in the deepcopy-gen
The changes in this patch takes care of lint failures due to unreachable else statements. For example one of the failures is, /zz_generated.deepcopy.go:116:10: if block ends with a return statement, so drop this else and outdent its block
- Loading branch information
Showing
1 changed file
with
20 additions
and
15 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