From 3894bc33a39ac56b7a3db33aa43963c183e47c49 Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Tue, 25 Jul 2023 09:02:39 -0400 Subject: [PATCH] Fix golangci-lint 'whitespace'. --- internal/service/elasticsearch/flex.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/service/elasticsearch/flex.go b/internal/service/elasticsearch/flex.go index 839f10564e8..209a2b16f07 100644 --- a/internal/service/elasticsearch/flex.go +++ b/internal/service/elasticsearch/flex.go @@ -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))) } - } }