We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf653c commit 6c39275Copy full SHA for 6c39275
src/postgres_client/postgres_client_transaction.rs
@@ -410,7 +410,9 @@ impl From<&TransactionError> for DbTransactionErrorCode {
410
}
411
TransactionError::ResanitizationNeeded => Self::ResanitizationNeeded,
412
TransactionError::UnbalancedTransaction => Self::UnbalancedTransaction,
413
- TransactionError::ProgramExecutionTemporarilyRestricted {account_index: _} => Self::ProgramExecutionTemporarilyRestricted,
+ TransactionError::ProgramExecutionTemporarilyRestricted { account_index: _ } => {
414
+ Self::ProgramExecutionTemporarilyRestricted
415
+ }
416
417
418
0 commit comments