Skip to content

Commit 8b95715

Browse files
committed
Fix goimports
1 parent c92ec2e commit 8b95715

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

linode/instancetypes/datasource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package instancetypes
22

33
import (
44
"context"
5+
56
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
67
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
78
"github.com/linode/linodego"

linode/vlan/datasource.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ package vlan
22

33
import (
44
"context"
5+
"time"
6+
57
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
68
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
79
"github.com/linode/linodego"
8-
"time"
910
)
1011

1112
func dataSourceVLAN() *schema.Resource {

0 commit comments

Comments
 (0)