Skip to content

Commit

Permalink
autoformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-rcheng committed Oct 25, 2023
1 parent b57b68b commit c879084
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,7 @@ public InsertValidationResponse insertRecord(SinkRecord kafkaSinkRecord) {
return finalResponse;
}

public boolean shouldInsertRecord(
SinkRecord kafkaSinkRecord, long currProcessedOffset) {
public boolean shouldInsertRecord(SinkRecord kafkaSinkRecord, long currProcessedOffset) {
if (currProcessedOffset == NO_OFFSET_TOKEN_REGISTERED_IN_SNOWFLAKE) {
LOGGER.debug(
"Insert record because there is no currProcessedOffset for channel:{}",
Expand Down

0 comments on commit c879084

Please sign in to comment.