Closed tenthirtyam closed 1 month ago
In order to have a good experience with our community, we recommend that you read the contributing guidelines for making a pull request.
Summary of Pull Request
Simplified the ConvertDeployType function by removing an unnecessary else statement identified by golangci-lint.
ConvertDeployType
else
golangci-lint
vmc/utils.go:48:9: indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive) } else { return "" }
Type of Pull Request
Related to Existing Issues
Issue Number: N/A
Test and Documentation Coverage
For bug fixes or features:
Breaking Changes?
In order to have a good experience with our community, we recommend that you read the contributing guidelines for making a pull request.
Summary of Pull Request
Simplified the
ConvertDeployType
function by removing an unnecessaryelse
statement identified bygolangci-lint
.Type of Pull Request
Related to Existing Issues
Issue Number: N/A
Test and Documentation Coverage
For bug fixes or features:
Breaking Changes?