dermesser / yup-oauth2

An oauth2 client implementation providing the Device, Installed, Service Account, and several more flows.
https://docs.rs/yup-oauth2/
Apache License 2.0
213 stars 114 forks source link

Apply rustfmt #208

Closed Hakuyume closed 8 months ago

Hakuyume commented 9 months ago

I found that current code is not formatted by rustfmt although this repository contains rustfmt.toml. This PR applies cargo fmt and enable format checking in CI.