Skip to content

Commit 80da967

Browse files
committed
gofmt
1 parent 3436b5c commit 80da967

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

github/resource_github_branch_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ func TestAccGithubBranch(t *testing.T) {
203203
})
204204

205205
t.Run("renames a branch without replacement", func(t *testing.T) {
206-
207206
initialConfig := fmt.Sprintf(`
208207
resource "github_repository" "test" {
209208
name = "tf-acc-test-%[1]s"
@@ -259,7 +258,5 @@ func TestAccGithubBranch(t *testing.T) {
259258
t.Run("with an organization account", func(t *testing.T) {
260259
testCase(t, organization)
261260
})
262-
263261
})
264-
265262
}

0 commit comments

Comments
 (0)