Skip to content

Commit

Permalink
Rename into_unflatten to canonicalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Barber committed Aug 31, 2022
1 parent 089e8d6 commit c3d0445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-runtime/aws-smithy-http-server/src/operation/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ impl<Op, S, PollError> Operation<Normalize<Op, S, PollError>> {
S: OperationService<Op, Exts, PollError>,
{
Self {
inner: inner.into_unflatten(),
inner: inner.canonicalize(),
layer: Identity::new(),
}
}
Expand Down

0 comments on commit c3d0445

Please sign in to comment.