Kixunil / tonic_lnd

Rust implementation of LND RPC client using async GRPC library `tonic`
31 stars 44 forks source link

Cargo fmt #43

Open ok300 opened 8 months ago

ok300 commented 8 months ago

I was working on a fork and found it difficult to read some of the long method signatures.

I figured a PR that applies the default cargo fmt will benefit not just the original repo, but also the contributors who add patches.