Use spaces in tests to be consistent

The rest of the tests here use spaces, not tabs
This commit is contained in:
Sean Chittenden
2016-04-23 19:53:51 -07:00
parent 53dd43650e
commit 3e43da258a

View File

@@ -32,13 +32,13 @@ listener "tcp" {
consulhcl = `
backend "consul" {
prefix = "foo/"
advertise_addr = "http://127.0.0.1:8200"
advertise_addr = "http://127.0.0.1:8200"
}
`
haconsulhcl = `
ha_backend "consul" {
prefix = "bar/"
advertise_addr = "http://127.0.0.1:8200"
advertise_addr = "http://127.0.0.1:8200"
}
`