EchoAlice/my_kademlia

Missing `rustfmt`

Closed this issue · 1 comments

Looks like code is being checked in w/o having gone through rustfmt

One suggestion is to move to a PR-based workflow and then add Github Actions CI like this: https://github.com/ralexstokes/ssz-rs/blob/main/.github/workflows/rust.yml

(note: that repo uses nightly and you could get away w/ just the latest standard Rust compiler)

fixed in #7