Skip to content

Commit 5a88fa3

Browse files
committed
Fixed indentation
1 parent b777162 commit 5a88fa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/scribe/builder/api/ConstantContactApi2.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public Token extract(String response)
4545
{
4646
String token = OAuthEncoder.decode(matcher.group(1));
4747
return new Token(token, "", response);
48-
} else
48+
}
49+
else
4950
{
5051
throw new OAuthException("Response body is incorrect. Can't extract a token from this: '" + response + "'", null);
5152
}

0 commit comments

Comments
 (0)