fix spaces vs tabs in formatting from github commit resolution

This commit is contained in:
Megan Marsh 2020-11-20 15:24:43 -08:00
parent 392cdc5fe4
commit 10c1b638b6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"github.com/aws/aws-sdk-go/service/ec2"
"github.com/google/go-cmp/cmp"
"github.com/hashicorp/packer/packer-plugin-sdk/template/config"
"github.com/hashicorp/packer/packer-plugin-sdk/template/interpolate"
"github.com/hashicorp/packer/packer-plugin-sdk/template/interpolate"
)
func TestBlockDevice(t *testing.T) {