Skip to content

Commit

Permalink
Fix golangci-lint newline
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit authored May 14, 2024
1 parent 4162f1c commit 8c4471e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/service/organizations/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ func resourceAccountDelete(ctx context.Context, d *schema.ResourceData, meta int
}

func resourceAccountImportState(ctx context.Context, d *schema.ResourceData, meta interface{}) ([]*schema.ResourceData, error) {

if strings.Contains(d.Id(), "_") {
parts := strings.Split(d.Id(), "_")
if len(parts) != 2 || parts[0] == "" || parts[1] == "" {
Expand Down

0 comments on commit 8c4471e

Please sign in to comment.