Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint: Fix 'superfluous-else' warning from revive
This fixes: ``` pkg/crc/preflight/preflight.go:55:9: superfluous-else: if block ends with call to panic function, so drop this else and outdent its block (revive) } else { logging.Infof("%s", check.checkDescription) } ``` Signed-off-by: Christophe Fergeau <[email protected]>
- Loading branch information