X Tutup
Skip to content

Commit ee703cb

Browse files
SidneyAllenkullfar
authored andcommitted
newline added
1 parent cc88412 commit ee703cb

File tree

1 file changed

+1
-0
lines changed
  • scribejava-apis/src/test/java/com/github/scribejava/apis/examples

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public static void main(String... args) throws IOException, InterruptedException
8989
System.out.println(connResp.getBody());
9090
System.out.println();
9191
System.out.println("Your Xero tenant id is ...." + tenantList.get(0).get("tenantId"));
92+
System.out.println();
9293

9394
// GET protected Resource
9495
System.out.println("Now we're going to access a protected resource...");

0 commit comments

Comments
 (0)
X Tutup