tmerr / i3ipc-rs

A Rust library for controlling i3-wm through its IPC interface
MIT License
106 stars 33 forks source link

apply cargo fmt #40

Closed soenkehahn closed 5 years ago

soenkehahn commented 5 years ago

Ready to merge now.

soenkehahn commented 5 years ago

I was trying to add cargo fmt -- --check (or similar functionality) to the travis script, but I think that travis-cargo currently doesn't support that. (See e.g. https://github.com/huonw/travis-cargo/issues/38.) So this PR just applies cargo fmt now.