Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
yaron2 committed Jan 9, 2021
1 parent af4d041 commit fa0b16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions state/aerospike/aerospike.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ func (aspike *Aerospike) Set(req *state.SetRequest) error {
if req.ETag != "" {
return state.NewETagError(state.ETagMismatch, err)
}

return fmt.Errorf("aerospike: failed to save value for key %s - %v", req.Key, err)
}

Expand Down

0 comments on commit fa0b16f

Please sign in to comment.