Skip to content

Commit

Permalink
chore: run go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fbreckle committed Aug 8, 2024
1 parent b3c353a commit d7d0636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/data_source_netbox_vlans.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func dataSourceNetboxVlansRead(d *schema.ResourceData, m interface{}) error {

if filter, ok := d.GetOk("filter"); ok {
var filterParams = filter.(*schema.Set)
var tags []string
var tags []string
for _, f := range filterParams.List() {
k := f.(map[string]interface{})["name"]
v := f.(map[string]interface{})["value"]
Expand Down

0 comments on commit d7d0636

Please sign in to comment.