Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Chaturvedi committed Oct 24, 2024
1 parent ba720f5 commit 88997fa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ private boolean isGeneratedInSdk(final ShapeId shapeId) {
protected String baseTypeForEnum(final EnumShape enumShape) {
if (isGeneratedInSdk(enumShape.getId())) {
return "%s.%s".formatted(
namespaceForService(),
classForEnum(enumShape.getId())
);
namespaceForService(),
classForEnum(enumShape.getId())
);
}
return super.baseTypeForEnum(enumShape);
}
Expand Down

0 comments on commit 88997fa

Please sign in to comment.