Skip to content

Commit 22c7e20

Browse files
committed
Fix indentation
Signed-off-by: Timo Sand <[email protected]>
1 parent 544465a commit 22c7e20

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

github/provider_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func TestAccProviderConfigure(t *testing.T) {
5454
t.Run("can be configured to run anonymously", func(t *testing.T) {
5555
config := `
5656
provider "github" {
57-
token = ""
57+
token = ""
5858
}
5959
data "github_ip_ranges" "test" {}
6060
`
@@ -78,7 +78,7 @@ func TestAccProviderConfigure(t *testing.T) {
7878
insecure = true
7979
}
8080
data "github_ip_ranges" "test" {}
81-
`
81+
`
8282

8383
resource.Test(t, resource.TestCase{
8484
ProviderFactories: providerFactories,
@@ -180,8 +180,8 @@ func TestAccProviderConfigure(t *testing.T) {
180180
max_retries = %d
181181
}
182182
183-
data "github_ip_ranges" "test" {}
184-
`, testAccConf.owner, testMaxRetries)
183+
data "github_ip_ranges" "test" {}
184+
`, testAccConf.owner, testMaxRetries)
185185

186186
resource.Test(t, resource.TestCase{
187187
PreCheck: func() { skipUnauthenticated(t) },

0 commit comments

Comments
 (0)