Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Aug 26, 2020
1 parent f0811f4 commit 8841380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotham/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub trait Server: Clone {
future::Either::Right(_) => Err(anyhow!("timed out")),
})
})
.into_future(),
.into_future()
.map_err(|error| error.into()),
)
}
Expand Down

0 comments on commit 8841380

Please sign in to comment.