async-rs / async-tls

A TLS implementation over AsyncRead and AsyncWrite
https://async.rs
Apache License 2.0
167 stars 47 forks source link

Add cargo fmt to travis build config #28

Closed Atul9 closed 4 years ago

yoshuawuyts commented 4 years ago

@Atul9 Thanks for this PR! It seems this breaks CI on cargo fmt -- could you also run cargo fmt over the codebase so that CI is green? Thanks!

Atul9 commented 4 years ago

Hi @yoshuawuyts should I open a new PR for the code changes from running cargo fmt? OR include those changes in this PR?

yoshuawuyts commented 4 years ago

@Atul9 feel free to include those here!

Atul9 commented 4 years ago

@yoshuawuyts done, I have updated the PR & the build has passed.