Skip to content

Commit

Permalink
Correct indentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Bhupender Y <[email protected]>
  • Loading branch information
Bhupender-Y committed Jan 5, 2024
1 parent 8372430 commit 0c1cfff
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ void processFile(FileNameWithOffset fileNameWithBeginOffset, long firstSequenceN
/* Check if transactions can be aborted.
* Will fail with {@link TxnFailedException} if the transaction has already been committed or aborted.
*/
if (config.exactlyOnce)
{
if (config.exactlyOnce) {
log.debug("processFile: Transaction status {} ", writer.getTransactionStatus());
if(writer.getTransactionStatus() == Transaction.Status.OPEN){
writer.abort();
Expand Down

0 comments on commit 0c1cfff

Please sign in to comment.