Merge pull request #4395 from stack72/gofmt_errors_2

Fix some gofmt errors in imports
pull/3719/merge
James Nugent 11 years ago
commit 27008ae898

@ -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) {

@ -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

Loading…
Cancel
Save