Skip to content

Commit aaf2281

Browse files
committed
run go fmt
Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
1 parent b12cf4f commit aaf2281

3 files changed

Lines changed: 0 additions & 7 deletions

File tree

pkg/ddc/jindo/create_volume_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ func TestCreateFusePersistentVolume(t *testing.T) {
160160
},
161161
}
162162

163-
164163
testRuntimeInputs := []*datav1alpha1.JindoRuntime{
165164
{
166165
ObjectMeta: metav1.ObjectMeta{
@@ -245,7 +244,6 @@ func TestCreateFusePersistentVolumeClaim(t *testing.T) {
245244
},
246245
}
247246

248-
249247
testRuntimeInputs := []*datav1alpha1.JindoRuntime{
250248
{
251249
ObjectMeta: metav1.ObjectMeta{

pkg/ddc/jindocache/create_volume_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ func TestCreateFusePersistentVolumeClaim(t *testing.T) {
221221
},
222222
}
223223

224-
225-
226224
testDatasetInputs := []*datav1alpha1.Dataset{
227225
{
228226
ObjectMeta: metav1.ObjectMeta{
@@ -233,7 +231,6 @@ func TestCreateFusePersistentVolumeClaim(t *testing.T) {
233231
},
234232
}
235233

236-
237234
testRuntimeInputs := []*datav1alpha1.JindoRuntime{
238235
{
239236
ObjectMeta: metav1.ObjectMeta{

pkg/ddc/jindofsx/create_volume_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ func TestCreateFusePersistentVolume(t *testing.T) {
145145
},
146146
}
147147

148-
149148
testRuntimeInputs := []*datav1alpha1.JindoRuntime{
150149
{
151150
ObjectMeta: metav1.ObjectMeta{
@@ -232,7 +231,6 @@ func TestCreateFusePersistentVolumeClaim(t *testing.T) {
232231
},
233232
}
234233

235-
236234
testRuntimeInputs := []*datav1alpha1.JindoRuntime{
237235
{
238236
ObjectMeta: metav1.ObjectMeta{

0 commit comments

Comments
 (0)