onur / acme-client

Yet another Let's Encrypt client and library written in Rust.
MIT License
225 stars 33 forks source link

Use cargo fmt for standard formatting. #38

Closed fudanchii closed 4 years ago

fudanchii commented 6 years ago

Hi, This is cosmetics change to use cargo fmt (rust-fmt) standard formatting. I totally understand that people has different taste in code styling, but I find it's really liberating to offload styling to automated tools and just accept it as it is, the style is standard, and we don't even have to think about it.

But it's ok if you see this change as unnecessary. 🙇