Skip to content

Commit 0508595

Browse files
committed
formatting typo
1 parent 784bb6e commit 0508595

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scribejava-apis/src/test/java/com/github/scribejava/apis/examples/Google20AsyncAHCExample.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ public static void main(String... args) throws InterruptedException, ExecutionEx
4040
try (OAuth20Service service = new ServiceBuilder(clientId)
4141
.apiSecret(clientSecret)
4242
.scope("profile") // replace with desired scope
43-
.callback("http://example.com/callback") .httpClientConfig(clientConfig)
43+
.callback("http://example.com/callback")
44+
.httpClientConfig(clientConfig)
4445
.build(GoogleApi20.instance())) {
4546
final Scanner in = new Scanner(System.in, "UTF-8");
4647

0 commit comments

Comments
 (0)