Skip to content

Commit 461a032

Browse files
committed
format
1 parent 496912f commit 461a032

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/processing/event/source/CustomResourceSelectorTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ public static class MyConfiguration extends DefaultControllerConfiguration<TestC
137137
public MyConfiguration() {
138138
super(MyController.class.getCanonicalName(), "mycontroller", null, Constants.NO_VALUE_SET,
139139
false, null,
140-
null, null, null, TestCustomResource.class, null, new PeriodRateLimiter(), null);
140+
null, null, null, TestCustomResource.class, null,
141+
new PeriodRateLimiter(), null);
141142
}
142143
}
143144

0 commit comments

Comments
 (0)