Skip to content

Commit f61b383

Browse files
authored
Merge pull request #1 from saintf/master
minor formatting changes to let build succeed
2 parents 9517657 + e2fecd3 commit f61b383

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)