Skip to content

Commit 5b0a904

Browse files
committed
IGNITE-22530 Checkstyle fix
1 parent 172afe9 commit 5b0a904

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/core/src/main/java/org/apache/ignite/internal/cdc/WalRecordsConsumer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public void onCacheDestroyEvents(Iterator<Integer> caches) {
192192
*/
193193
public void start(MetricRegistryImpl cdcReg, MetricRegistryImpl cdcConsumerReg, Path cdcDir) throws IgniteCheckedException {
194194
if (consumer instanceof CdcConsumerEx)
195-
((CdcConsumerEx) consumer).start(cdcConsumerReg, cdcDir);
195+
((CdcConsumerEx)consumer).start(cdcConsumerReg, cdcDir);
196196
else
197197
consumer.start(cdcConsumerReg);
198198

0 commit comments

Comments
 (0)