Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Pragliola committed May 3, 2024
1 parent 590c97b commit e54afcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/x/net/hashicorp.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (*GoGetterClient) Clear() error {
return nil
}

func (*GoGetterClient) ClearItem(src string) error {
func (*GoGetterClient) ClearItem(_ string) error {
return nil
}

Expand Down

0 comments on commit e54afcf

Please sign in to comment.