Skip to content

Commit ce60c4f

Browse files
committed
gofmt cleanup on imports.
1 parent 2ecd42c commit ce60c4f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

builtin/providers/postgresql/resource_postgresql_database_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ package postgresql
22

33
import (
44
"database/sql"
5+
"errors"
56
"fmt"
67
"testing"
78

8-
"errors"
9-
109
"github.com/hashicorp/terraform/helper/resource"
1110
"github.com/hashicorp/terraform/terraform"
1211
)

0 commit comments

Comments
 (0)