Skip to content

style: fix linter pipeline failure

Kerri Miller requested to merge github/fork/pataar/patch-8 into trunk

Created by: pataar

Description

Saw that the pipeline failed because of recent changes of mine. Installed golangci-lint and ran it myself using golangci-lint run --fix. This was the outcome.

How Has This Been Tested?

Made a build and everything still worked.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports