Skip to content

Commit

Permalink
Remove extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
longvu-db committed Apr 19, 2024
1 parent 221adc1 commit fbe91d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ trait OptimisticTransactionImpl extends TransactionalWrite
isBlindAppend = Some(isBlindAppend),
operationMetrics = getOperationMetrics(op),
userMetadata = getUserMetadata(op),
tags = if (tags.nonEmpty) Some(tags) else None,,
tags = if (tags.nonEmpty) Some(tags) else None,
txnId = Some(txnId))

val firstAttemptVersion = getFirstAttemptVersion
Expand Down

0 comments on commit fbe91d4

Please sign in to comment.