Skip to content

Commit 31d6dda

Browse files
committed
fix indentation error
1 parent 41528c3 commit 31d6dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/amadeus/Response.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private boolean isJson() {
173173
private boolean hasJsonHeader() {
174174
String contentType = getRequest().getConnection().getHeaderField(Constants.CONTENT_TYPE);
175175
String[] expectedContentTypes = new String[] {
176-
"application/json", "application/vnd.amadeus+json"
176+
"application/json", "application/vnd.amadeus+json"
177177
};
178178
return Arrays.asList(expectedContentTypes).contains(contentType);
179179
}

0 commit comments

Comments
 (0)