chore(fmt): cargo fmt

This commit is contained in:
Mark Schmale
2018-09-13 10:50:22 +02:00
parent 9bfac330f8
commit ddb69a1260
2 changed files with 11 additions and 7 deletions

View File

@ -8,9 +8,7 @@ use std::str::FromStr;
fn format_parser_bench(c: &mut Criterion) {
c.bench_function("short format", |b| {
b.iter(|| {
Format::from_str(r#"$remote_addr [$time_local] "$request" $status"#)
})
b.iter(|| Format::from_str(r#"$remote_addr [$time_local] "$request" $status"#))
});
c.bench_function("combined format", |b| {
b.iter(|| {