Skip to content

Commit 78a7cc0

Browse files
committed
Fix indent
1 parent 1648521 commit 78a7cc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scaleway/resource_lb_frontend_beta_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func TestAccScalewayLbAcl_Basic(t *testing.T) {
114114
match {
115115
ip_subnet = ["192.168.0.1", "192.168.0.2", "192.168.10.0/24"]
116116
http_filter = "acl_http_filter_none"
117-
http_filter_value = []
117+
http_filter_value = []
118118
invert = "true"
119119
}
120120
}
@@ -146,12 +146,12 @@ func TestAccScalewayLbAcl_Basic(t *testing.T) {
146146
match {
147147
ip_subnet = ["0.0.0.0/0"]
148148
http_filter = "acl_http_filter_none"
149-
http_filter_value = []
149+
http_filter_value = []
150150
}
151151
}
152152
acl {
153153
match {
154-
http_filter_value = []
154+
http_filter_value = []
155155
ip_subnet = ["0.0.0.0/0"]
156156
}
157157
action {

0 commit comments

Comments
 (0)