dhiway / cord

CORD - Enterprise Blockchain Framework
https://cord.network
GNU General Public License v3.0
161 stars 112 forks source link

rustfmt: Fix rustfmt errors #467

Closed vatsa287 closed 5 months ago

vatsa287 commented 5 months ago

The upstream rustfmt ran a nightly format based on GNU which used to give errors, even though locally it was fine. This was because of local version ran a Darwin based cargo fmt. Fix remaining files of format errors. This blocked new PRs with rustfmt errors.