Concordium / concordium-rosetta

A server implementing the Rosetta API for the Concordium blockchain.
Mozilla Public License 2.0
5 stars 1 forks source link

Transfer client: Comply with clippy and formatting standards #13

Closed bisgardo closed 2 years ago

bisgardo commented 2 years ago

Purpose

Ensure that embedded transfer client follows standard formatting and clippy compliance.

Changes

Fix all clippy warning and run formatter with the same rules as the main project.

Checks have been added to the CI.