Skip to content

Commit c9b59c8

Browse files
committed
lint
1 parent 29636c7 commit c9b59c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/match_criteria_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ func TestBranchMatchesCriteria(t *testing.T) {
267267
t.Run(test.name, func(t *testing.T) {
268268
t.Parallel() // Parallelize at the subtest level, each with their own local variables
269269

270-
// Run the function
270+
// Run the function
271271
got := branchMatchesCriteria(test.branch, test.combineBranch, test.prefix, test.suffix, test.regex)
272272

273273
// Check the result

0 commit comments

Comments
 (0)