Skip to content

Commit

Permalink
Fix golangci-lint 'whitespace'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jul 25, 2023
1 parent bffbe8b commit 3894bc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/service/elasticsearch/flex.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func expandEBSOptions(m map[string]interface{}) *elasticsearch.EBSOptions {
if v, ok := m["throughput"]; ok && v.(int) > 0 && EBSVolumeTypePermitsThroughputInput(volumeType) {
options.Throughput = aws.Int64(int64(v.(int)))
}

}
}

Expand Down

0 comments on commit 3894bc3

Please sign in to comment.