Skip to content

Commit e773def

Browse files
authored
Fix gofmt issue (#5729)
Signed-off-by: cheyang <cheyang.cy@alibaba-inc.com>
1 parent 92f4426 commit e773def

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

pkg/ddc/base/portallocator/portallocator_suite_test.go

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ import (
99

1010
// TestPortallocator runs the port allocator test suite
1111
// Description:
12-
// This function serves as the entry point for the Ginkgo test framework to execute all test cases
13-
// related to the port allocator. It registers the Ginkgo fail handler via RegisterFailHandler
14-
// and starts the test suite using RunSpecs.
12+
//
13+
// This function serves as the entry point for the Ginkgo test framework to execute all test cases
14+
// related to the port allocator. It registers the Ginkgo fail handler via RegisterFailHandler
15+
// and starts the test suite using RunSpecs.
16+
//
1517
// Parameters:
16-
// t *testing.T - The standard Go testing object used to control test execution flow
18+
//
19+
// t *testing.T - The standard Go testing object used to control test execution flow
20+
//
1721
// Returns: no return value
1822
func TestPortallocator(t *testing.T) {
1923
RegisterFailHandler(Fail)

0 commit comments

Comments
 (0)