Skip to content

Commit da17259

Browse files
committed
fix: remove unnecessary blank line in signTx function for improved readability
1 parent e1b9abc commit da17259

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/Authenticator.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ abstract contract Authenticator is IAuthenticator, TxAuthManagerBase, TxManagerB
2424
bytes32 txIdHash = sha256(msg_.txID);
2525

2626
bool completed = sign(txIdHash, accounts);
27-
2827
if (completed) {
2928
runTxIfCompleted(txIdHash);
3029
}

0 commit comments

Comments
 (0)