Skip to content

Commit 70c1c2b

Browse files
committed
formatted using clang-formatting
1 parent 04db871 commit 70c1c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sdk/main/src/Transaction.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ struct Transaction<SdkRequestType>::TransactionImpl
150150
* The public key of the trusted batch assembler.
151151
*/
152152
std::shared_ptr<Key> mBatchKey = nullptr;
153-
153+
154154
/**
155155
* This flag is used to determine whether a Transaction's TransactionId
156156
* should be regenerated if the Transaction expires.
@@ -668,7 +668,7 @@ SdkRequestType& Transaction<SdkRequestType>::setTransactionId(const TransactionI
668668
{
669669
requireNotFrozen();
670670
mImpl->mTransactionId = id;
671-
mImpl->mTransactionIdManualSet = true;
671+
mImpl->mTransactionIdManualSet = true;
672672
return static_cast<SdkRequestType&>(*this);
673673
}
674674

0 commit comments

Comments
 (0)