DBZ-7790 Checkstyle fixes

This commit is contained in:
Chris Cranford 2024-04-22 10:27:25 -04:00 committed by Jiri Pechanec
parent b8fb83cd90
commit e9a1e2c108

View File

@ -158,7 +158,7 @@ private void acceptDmlEvent(DmlEvent event) throws InterruptedException {
return;
}
if(table.primaryKeyColumnNames().isEmpty()){
if (table.primaryKeyColumnNames().isEmpty()) {
LOGGER.debug("\tEvent for table {} has no primary key, dispatching.", table.id());
dispatchChangeEvent(event);
return;