Skip to content

Commit 2f3be9d

Browse files
author
yann degat
committed
Fix go fmt
1 parent ea43fe1 commit 2f3be9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovh/resource_ovh_iploadbalancing_http_frontend.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func resourceIpLoadbalancingHttpFrontendRead(d *schema.ResourceData, meta interf
170170
d.Set("port", r.Port)
171171
d.Set("ssl", r.Ssl)
172172
d.Set("zone", r.Zone)
173-
d.Set("redirect_location", r.RedirectLocation)
173+
d.Set("redirect_location", r.RedirectLocation)
174174

175175
return nil
176176
}

0 commit comments

Comments
 (0)