More gofmt errors I'm afraid

This commit is contained in:
stack72 2015-12-19 16:42:10 +00:00
parent c90d1b074e
commit 244a75504e
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,8 @@ package aws
import (
"fmt"
"log"
"math/rand"
"testing"
"time"
@ -12,7 +14,6 @@ import (
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/service/rds"
"log"
)
func TestAccAWSDBInstance_basic(t *testing.T) {

View File

@ -4,6 +4,7 @@ import (
"bytes"
"fmt"
"log"
"strings"
"time"
"github.com/hashicorp/terraform/helper/schema"
@ -12,7 +13,6 @@ import (
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/service/dynamodb"
"github.com/hashicorp/terraform/helper/hashcode"
"strings"
)
// Number of times to retry if a throttling-related exception occurs