rustfmt: add trailing commas in match arms, set fn call to block stle (#85)
This commit is contained in:
committed by
Carl Lerche
parent
de1edf4873
commit
f7d14861e5
@@ -36,10 +36,10 @@ impl Future for Process {
|
||||
match try_ready!(self.body.poll()) {
|
||||
Some(chunk) => {
|
||||
println!("GOT CHUNK = {:?}", chunk);
|
||||
}
|
||||
},
|
||||
None => {
|
||||
self.trailers = true;
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user