Skip to content

Commit

Permalink
Merge pull request #628 from mateimicu/fix-lint
Browse files Browse the repository at this point in the history
chrore: fix spacing
  • Loading branch information
mateimicu authored Aug 5, 2022
2 parents b2eaa06 + a5f7c8a commit 431c88f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/aws_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func copy(src, dst string) error {
return err
}

// nolint: gomnd
//nolint: gomnd
buf := make([]byte, 1000000)
for {
n, err := source.Read(buf)
Expand Down
2 changes: 1 addition & 1 deletion cmd/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
log "github.com/sirupsen/logrus"
)

// nolint:unused, varcheck, deadcode
//nolint:unused, varcheck, deadcode
var update = flag.Bool("update", false, "update .golden files")

var basicCommands = []struct {
Expand Down

0 comments on commit 431c88f

Please sign in to comment.