Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-karanjit committed Dec 21, 2024
1 parent f1a08c8 commit 0a3f9c1
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1632,14 +1632,13 @@ private void generateSerializerFunctions(
context.symbolProvider().toSymbol(resourceOrService)
);
inputType =
SmithyNameResolver
.shapeNamespace(resourceOrService)
.concat(".")
.concat(
context.symbolProvider().toSymbol(serviceShape).getName()
);
SmithyNameResolver
.shapeNamespace(resourceOrService)
.concat(".")
.concat(
context.symbolProvider().toSymbol(serviceShape).getName()
);
}

}
}
inputType = isPointable ? "*".concat(inputType) : inputType;
Expand Down

0 comments on commit 0a3f9c1

Please sign in to comment.