Skip to content

Commit

Permalink
fix formatting on nest
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Oct 25, 2021
1 parent eb20731 commit b5a7dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/nest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fn criterion_benchmark(c: &mut Criterion) {

let mut appz = tide::new();
appz.at("/z").get(|_| async { Ok("Z") });

let mut appy = tide::new();
appy.at("/y").nest(appz);

Expand Down

0 comments on commit b5a7dc0

Please sign in to comment.