gchp / iota

A terminal-based text editor written in Rust
MIT License
1.62k stars 80 forks source link

Apply rustfmt #142

Closed jncraton closed 6 years ago

jncraton commented 6 years ago

There are no substantive changes here. I'm playing around with a branch, and I was starting the process of cleaning up my code when I thought that it might be better to just use rustfmt. All I did for this PR was checkout the code from master and run it through the rustfmt-nightly.

If this isn't desired, feel free to close this PR.

gchp commented 6 years ago

Definitely desired! However I've just introduced a bunch of conflicts with this PR. Could you either rebase or re-submit off the latest master?

jncraton commented 6 years ago

I've rebased this. I also changed the build over to the nightly toolchain to get the latest rustfmt and because the master branch build no longer succeeds on stable with your latest commit.

jncraton commented 6 years ago

I'm going to go ahead and close this PR. It's probably easier for you to just run cargo fmt yourself rather than me trying to merge these changes.