Skip to content

Commit b5a7dc0

Browse files
committed
fix formatting on nest
1 parent eb20731 commit b5a7dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/nest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fn criterion_benchmark(c: &mut Criterion) {
1515

1616
let mut appz = tide::new();
1717
appz.at("/z").get(|_| async { Ok("Z") });
18-
18+
1919
let mut appy = tide::new();
2020
appy.at("/y").nest(appz);
2121

0 commit comments

Comments
 (0)