Skip to content

Commit 11be6a4

Browse files
committed
format
Signed-off-by: Attila Mészáros <[email protected]>
1 parent e84d40c commit 11be6a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

operator-framework-core/src/test/java/io/javaoperatorsdk/operator/api/reconciler/PrimaryUpdateAndCacheUtilsTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ public void compareResourceVersionsTest() {
201201
assertThrows(IllegalArgumentException.class, () -> compareResourceVersions("321", "123a"));
202202
}
203203

204-
// naive performance test that compares the work case scenario for the parsing and non-parsing variants
204+
// naive performance test that compares the work case scenario for the parsing and non-parsing
205+
// variants
205206
@Test
206207
public void compareResourcePerformanceTest() {
207208
var execNum = 30000000;

0 commit comments

Comments
 (0)