Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Dec 15, 2024
1 parent 5cc6829 commit 21e7937
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apstra/authentication/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (o *ApiToken) SetDefaults() {
}

func (o *ApiToken) SetPrivateState(ctx context.Context, ps private.State, diags *diag.Diagnostics) {
var privateEphemeralApiToken = private.EphemeralApiToken{
privateEphemeralApiToken := private.EphemeralApiToken{
Token: o.Value.ValueString(),
ExpiresAt: o.ExpiresAt,
WarnThreshold: time.Duration(o.WarnSeconds.ValueInt64()) * time.Second,
Expand Down
1 change: 1 addition & 0 deletions apstra/configure_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package tfapstra
import (
"context"
"fmt"

"github.com/Juniper/apstra-go-sdk/apstra"
"github.com/hashicorp/terraform-plugin-framework/datasource"
)
Expand Down
1 change: 1 addition & 0 deletions apstra/configure_ephemeral.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package tfapstra
import (
"context"
"fmt"

"github.com/Juniper/apstra-go-sdk/apstra"
"github.com/hashicorp/terraform-plugin-framework/ephemeral"
)
Expand Down

0 comments on commit 21e7937

Please sign in to comment.