Skip to content

Commit

Permalink
Fix format error
Browse files Browse the repository at this point in the history
  • Loading branch information
asaha2 committed Aug 29, 2023
1 parent 77a29c7 commit 73adf13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion digitalocean/loadbalancer/datasource_loadbalancer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ resource "digitalocean_loadbalancer" "foo" {
name = "%s"
region = "nyc3"
size = "%s"
type = "REGIONAL"
type = "REGIONAL"
forwarding_rule {
entry_port = 80
Expand Down
2 changes: 1 addition & 1 deletion digitalocean/loadbalancer/resource_loadbalancer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ resource "digitalocean_droplet" "foobar" {
resource "digitalocean_loadbalancer" "foobar" {
name = "%s"
region = "nyc3"
type = "REGIONAL"
type = "REGIONAL"
forwarding_rule {
entry_port = 80
Expand Down

0 comments on commit 73adf13

Please sign in to comment.