Run rustfmt

I ignored some odd formatting it introduced relating to putting braces on newlines in if-let blocks. This might be a bug, but I didn't find any way to turn that off.
This commit is contained in:
Lucien Greathouse
2017-12-13 12:05:11 -08:00
parent 59b2401c2c
commit f89d491f29
3 changed files with 13 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ use serde_json;
use core::Config;
use project::Project;
use vfs::{Vfs, VfsItem, VfsChange};
use vfs::{Vfs, VfsChange, VfsItem};
static MAX_BODY_SIZE: usize = 25 * 1024 * 1025; // 25 MiB