gofmt cleanup on imports.
This commit is contained in:
parent
2ecd42c0be
commit
ce60c4fede
|
@ -2,11 +2,10 @@ package postgresql
|
|||
|
||||
import (
|
||||
"database/sql"
|
||||
"errors"
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
"errors"
|
||||
|
||||
"github.com/hashicorp/terraform/helper/resource"
|
||||
"github.com/hashicorp/terraform/terraform"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue