Skip to content

Commit 3353e3d

Browse files
committed
gofmt
1 parent b88a0b9 commit 3353e3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/provider/asset_resource.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,13 +679,13 @@ func (r *AssetResource) convertMapToStringMapSorted(m map[string]interface{}) ma
679679
}
680680

681681
result := make(map[string]string)
682-
682+
683683
var keys []string
684684
for k := range m {
685685
keys = append(keys, k)
686686
}
687687
sort.Strings(keys)
688-
688+
689689
for _, k := range keys {
690690
v := m[k]
691691
if v != nil {

0 commit comments

Comments
 (0)