mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 15:13:56 -06:00
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
Block a user