Skip to content

Commit d9b739d

Browse files
authored
Format Go code with go fmt (#5722)
Signed-off-by: cheyang <cheyang.cy@alibaba-inc.com>
1 parent e6b82f4 commit d9b739d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/ddc/alluxio/ufs_internal.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ import (
3737
"k8s.io/client-go/util/retry"
3838
)
3939

40-
4140
// usedStorageBytesInternal returns the number of bytes currently used by Alluxio storage.
4241
// This method is intended for internal use by the AlluxioEngine.
4342
// It currently returns (0, nil) as a placeholder; the actual implementation should query

pkg/ddc/base/syncs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func (t *TemplateEngine) Sync(ctx cruntime.ReconcileRequestContext) (err error)
119119
}
120120

121121
// setTimeOfLastSync updates the synchronization timestamp for the TemplateEngine.
122-
// This function sets the internal timeOfLastSync field to the current time and
122+
// This function sets the internal timeOfLastSync field to the current time and
123123
// logs the updated time value for tracking purposes.
124124
func (t *TemplateEngine) setTimeOfLastSync() {
125125
t.timeOfLastSync = time.Now()

0 commit comments

Comments
 (0)