Skip to content

Commit 8ae02b1

Browse files
amarzialidevflow.devflow-routing-intake
andauthored
Fix idemptotency issue with tabletest formatter (#11006)
Fix idemptotency issue with tabletest formatter Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>
1 parent 5750c33 commit 8ae02b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/spotless.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ spotless {
2222
target 'src/**/*.java'
2323
// ignore embedded test projects and everything in build dir, e.g. generated sources
2424
targetExclude('src/test/resources/**', buildDirectoryFiles)
25-
googleJavaFormat('1.35.0')
2625
tableTestFormatter('1.1.1')
26+
googleJavaFormat('1.35.0')
2727
}
2828
}
2929

0 commit comments

Comments
 (0)