Skip to content

Commit

Permalink
Merge branch 'main-1.x' into rishav/rust/fixCI
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-karanjit authored Jan 24, 2025
2 parents e3dca90 + 9532cb6 commit ac3724f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ private void renderListShape(
context.settings().getService(model)
);
final var currShapeNamespace = SmithyNameResolver.shapeNamespace(
memberShape
model.expectShape(memberShape.getTarget())
);
final Boolean isExternalShape = !currServiceShapeNamespace.equals(
currShapeNamespace
Expand Down Expand Up @@ -604,7 +604,7 @@ private void renderMapShape(
context.settings().getService(model)
);
final var currShapeNamespace = SmithyNameResolver.shapeNamespace(
memberShape
model.expectShape(memberShape.getTarget())
);
final Boolean isExternalShape = !currServiceShapeNamespace.equals(
currShapeNamespace
Expand Down Expand Up @@ -676,7 +676,7 @@ private void renderUnionShape(
context.settings().getService(model)
);
final var currShapeNamespace = SmithyNameResolver.smithyTypesNamespace(
memberShape
model.expectShape(memberShape.getTarget())
);
if (!funcInput.isEmpty()) {
final Boolean isExternalShape =
Expand Down

0 comments on commit ac3724f

Please sign in to comment.