Skip to content

Commit

Permalink
remove white space
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Aug 14, 2024
1 parent 77e9369 commit bac2b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/revocation/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ async def _process_publish_response_for_endorsement(
raise web.HTTPBadRequest(reason=err.roll_up) from err

await outbound_handler(transaction_request, connection_id=endorser_conn_id)

txn_responses.append(transaction.serialize())

return txn_responses
Expand Down

0 comments on commit bac2b3b

Please sign in to comment.