Skip to content

Commit 5b50ddf

Browse files
committed
fmt
1 parent 1d2f466 commit 5b50ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/git_general_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ func doCreateProtectedBranch(baseCtx *APITestContext, dstPath string) func(t *te
347347
t.Run("PushProtectedBranch-UnprotectedFile", doGitPushTestRepository(dstPath, "origin", "release-v2.0"))
348348
t.Run("CheckoutMaster-UnprotectedFile", doGitCheckoutBranch(dstPath, "master"))
349349

350-
//push a new branch with a new protected file
350+
// push a new branch with a new protected file
351351
t.Run("CreateProtectedBranch-ProtectedFile", doGitCreateBranch(dstPath, "release-v3.0"))
352352
_, err = generateCommitWithNewData(testFileSizeSmall, dstPath, "[email protected]", "User Two", "config")
353353
assert.NoError(t, err)

0 commit comments

Comments
 (0)