Skip to content

Commit

Permalink
refactor: consistent whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ymylei committed Dec 15, 2024
1 parent 6add06e commit 499012a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox/resource_netbox_asn.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ func resourceNetboxAsnUpdate(d *schema.ResourceData, m interface{}) error {

rir := int64(d.Get("rir_id").(int))
data.Rir = &rir

data.Description = d.Get("description").(string)
data.Comments = d.Get("comments").(string)
data.Tags, _ = getNestedTagListFromResourceDataSet(api, d.Get(tagsKey))
Expand Down

0 comments on commit 499012a

Please sign in to comment.