Skip to content

Commit e2fecd3

Browse files
committed
fixing the formatting so that the build can succeed
1 parent b3a06d2 commit e2fecd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/feign/error/AnnotationErrorDecoderExceptionConstructorsTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ public static Iterable<Object[]> data() {
7373
{"test Declared Constructor", 509,
7474
DefinedConstructorWithAnnotationForNonSupportedBody.class, NULL_BODY, NO_HEADERS},
7575
{"test Declared Constructor", 510,
76-
DefinedConstructorWithAnnotationForOptionalBody.class, Optional.of(NON_NULL_BODY), NO_HEADERS},
76+
DefinedConstructorWithAnnotationForOptionalBody.class, Optional.of(NON_NULL_BODY),
77+
NO_HEADERS},
7778
});
7879
}
7980

0 commit comments

Comments
 (0)