Skip to content

Commit d8c2c1a

Browse files
author
Pojis
committed
remove blank line between comments and method, and add a blank line between comments and import.
1 parent 7c5b15b commit d8c2c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/ddc/jindo/runtime_info_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ import (
2626
"k8s.io/apimachinery/pkg/runtime"
2727
"sigs.k8s.io/controller-runtime/pkg/client"
2828
)
29+
2930
// newJindoEngineRT creates a new JindoEngine instance for testing.
3031
// It initializes the engine with a default JindoRuntime and a null logger.
3132
// When withRuntimeInfo is true, it also builds and assigns the runtimeInfo using the
3233
// provided name, namespace, and common.JindoRuntime type. This helper is used in tests to
3334
// simulate different runtime configurations.
34-
3535
func newJindoEngineRT(client client.Client, name string, namespace string, withRuntimeInfo bool) *JindoEngine {
3636
runTimeInfo, _ := base.BuildRuntimeInfo(name, namespace, common.JindoRuntime)
3737
engine := &JindoEngine{

0 commit comments

Comments
 (0)