Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhpark committed Oct 17, 2023
1 parent 4af6d01 commit 6567fb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onepassword/resource_onepassword_item.go
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ func dataToItem(data *schema.ResourceData) (*onepassword.Item, error) {
if !ok {
return nil, fmt.Errorf("Unable to parse section: %v", sections[i])
}

sid, err := uuid.GenerateUUID()
if err != nil {
return nil, fmt.Errorf("Unable to generate a section id: %w", err)
Expand Down

0 comments on commit 6567fb0

Please sign in to comment.