Skip to content

Commit

Permalink
Format the code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasahsan123 committed Oct 28, 2023
1 parent 12ce662 commit 860fb62
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ private boolean recordSent(ChangeEvent<Object, Object> record) {
try {
client.putRecord(putRecord);
sent = true;
} catch (SdkClientException exception) {
}
catch (SdkClientException exception) {
LOGGER.error("Failed to send record to {}:", record.destination(), exception);
}
return sent;
Expand Down

0 comments on commit 860fb62

Please sign in to comment.