Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
shibd committed Dec 17, 2024
1 parent 479f01b commit aeb2c91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ private void unsafeFlush() {
}
} catch (Exception e) {
log.error("Failed to generate file path", e);
bulkHandleFailedRecords(e,singleTopicRecordsToInsert);
bulkHandleFailedRecords(e, singleTopicRecordsToInsert);
return;
}

Expand Down

0 comments on commit aeb2c91

Please sign in to comment.