Skip to content

Commit f4c1aca

Browse files
committed
Resolve style check problem.
1 parent 126b861 commit f4c1aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smithy-model/src/main/java/software/amazon/smithy/model/transform/RemoveShapes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private void validateShapeCopiedFromMixin(Model model, Shape shape) {
7575
Shape mixinShape = model.expectShape(mixinId);
7676
if (mixinShape.getMemberNames().contains(shape.getId().getMember().get())) {
7777
LOGGER.warning(format("Removing mixed in member `%s` from mixin shape `%s` "
78-
+ "in `%s` will result in an inconsistent model.",
78+
+ "in `%s` will result in an inconsistent model.",
7979
memberShape.getMemberName(),
8080
mixinShape.getId(),
8181
container.getId().getName()));

0 commit comments

Comments
 (0)