Skip to content

Commit

Permalink
Removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
parthiv11 committed Jul 5, 2023
1 parent ac6e97c commit e457eb4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/cratedb/provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ import (
type CrateArgsProvisioner struct {
}

func crateProvisioner() sdk.Provisioner {
return CrateArgsProvisioner{}
}

Check failure on line 13 in plugins/cratedb/provisioner.go

View workflow job for this annotation

GitHub Actions / Lint

File is not `gofmt`-ed with `-s` (gofmt)

func (p CrateArgsProvisioner) Provision(ctx context.Context, in sdk.ProvisionInput, out *sdk.ProvisionOutput) {
if value, ok := in.ItemFields[fieldname.Password]; ok {
Expand Down

0 comments on commit e457eb4

Please sign in to comment.