Skip to content

Commit f2f3cd3

Browse files
committed
fmt code
1 parent e14bb77 commit f2f3cd3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/postgres_client/postgres_client_transaction.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,7 @@ impl From<&TransactionError> for DbTransactionErrorCode {
406406
TransactionError::InvalidLoadedAccountsDataSizeLimit => {
407407
Self::InvalidLoadedAccountsDataSizeLimit
408408
}
409-
TransactionError::ResanitizationNeeded => {
410-
Self::ResanitizationNeeded
411-
}
409+
TransactionError::ResanitizationNeeded => Self::ResanitizationNeeded,
412410
}
413411
}
414412
}

0 commit comments

Comments
 (0)