Skip to content

Commit c3d0445

Browse files
author
Harry Barber
committed
Rename into_unflatten to canonicalize
1 parent 089e8d6 commit c3d0445

File tree

1 file changed

+1
-1
lines changed
  • rust-runtime/aws-smithy-http-server/src/operation

1 file changed

+1
-1
lines changed

rust-runtime/aws-smithy-http-server/src/operation/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ impl<Op, S, PollError> Operation<Normalize<Op, S, PollError>> {
233233
S: OperationService<Op, Exts, PollError>,
234234
{
235235
Self {
236-
inner: inner.into_unflatten(),
236+
inner: inner.canonicalize(),
237237
layer: Identity::new(),
238238
}
239239
}

0 commit comments

Comments
 (0)