Skip to content

Commit e2fb543

Browse files
committed
Fix: Apply gofmt and update go.sum
Signed-off-by: YYYYimo <2623855900@qq.com>
1 parent c2f1f98 commit e2fb543

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkg/ddc/alluxio/transform_resources_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,10 @@ func TestTransformResourcesForWorkerWithTieredStore(t *testing.T) {
279279
// transformed based on the AlluxioRuntime specification, particularly considering
280280
// the memory quota defined in the tiered storage configuration.
281281
// The test includes scenarios where:
282-
// 1. The specified memory limit is less than the memory tier quota, resulting in an error
283-
// and the original resource values being retained.
284-
// 2. The specified memory limit is sufficient, and the memory request is adjusted
285-
// to match the memory tier quota.
282+
// 1. The specified memory limit is less than the memory tier quota, resulting in an error
283+
// and the original resource values being retained.
284+
// 2. The specified memory limit is sufficient, and the memory request is adjusted
285+
// to match the memory tier quota.
286286
func TestTransformResourcesForWorkerWithValue(t *testing.T) {
287287

288288
resources := corev1.ResourceRequirements{}

0 commit comments

Comments
 (0)