Skip to content

Commit d586a56

Browse files
committed
style: Fix gofmt comment formatting in test
Adjust numbered list comment spacing in TestInitInteractiveExplicitTagPrefix to match gofmt standards.
1 parent 65f8eaa commit d586a56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/cmd/init_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,11 @@ func TestInitInteractiveDefaultTagPrefixIsEmpty(t *testing.T) {
432432
// TestInitInteractiveExplicitTagPrefix tests that typing an explicit tag prefix
433433
// in interactive mode sets it correctly.
434434
// Steps:
435-
// 1. Sets up a test repository
436-
// 2. Runs 'git flow init' with interactive input, accepting defaults for all fields
437-
// except tag prefix which is set to 'v'
438-
// 3. Verifies gitflow.branch.release.tagprefix is 'v'
439-
// 4. Verifies gitflow.branch.hotfix.tagprefix is 'v'
435+
// 1. Sets up a test repository
436+
// 2. Runs 'git flow init' with interactive input, accepting defaults for all fields
437+
// except tag prefix which is set to 'v'
438+
// 3. Verifies gitflow.branch.release.tagprefix is 'v'
439+
// 4. Verifies gitflow.branch.hotfix.tagprefix is 'v'
440440
func TestInitInteractiveExplicitTagPrefix(t *testing.T) {
441441
dir := testutil.SetupTestRepo(t)
442442
defer testutil.CleanupTestRepo(t, dir)

0 commit comments

Comments
 (0)