Skip to content

Commit ce3c7e6

Browse files
committed
Fix style issue
1 parent dd57509 commit ce3c7e6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • smithy-trait-codegen/src/test/java/software/amazon/smithy/traitcodegen/integrations/annotations

smithy-trait-codegen/src/test/java/software/amazon/smithy/traitcodegen/integrations/annotations/AnnotationsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ void deprecatedAnnotationOnListMember() {
172172
assertTrue(fileContents.contains(expected));
173173
}
174174

175-
176175
private String getFileContentsFromShapeName(String className, boolean isTrait) {
177176
String suffix = isTrait ? "Trait" : "";
178177
String path = String.format("com/example/traits/%s%s.java", className, suffix);

0 commit comments

Comments
 (0)