Skip to content

Commit

Permalink
Update mikrotik/resource_pool_test.go
Browse files Browse the repository at this point in the history
fix identation

Co-authored-by: Dom Del Nano <ddelnano@gmail.com>
  • Loading branch information
maksym-nazarenko and ddelnano authored Aug 24, 2022
1 parent a84d9ed commit 3dd6e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mikrotik/resource_pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ func testAccPoolWithNextPool(name, ranges, nextPoolToUse, nextPoolName string) s
resource "mikrotik_pool" "bar" {
name = %q
ranges = %q
next_pool = %q
depends_on = [mikrotik_pool.next_pool]
next_pool = %q
depends_on = [mikrotik_pool.next_pool]
}
resource "mikrotik_pool" "next_pool" {
Expand Down

0 comments on commit 3dd6e60

Please sign in to comment.