Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 365aee7

Browse files
author
Yaniv Inbar
committed
api samples: add some whitespace
https://codereview.appspot.com/10703045
1 parent 3ffa2ea commit 365aee7

File tree

1 file changed

+5
-0
lines changed
  • calendar-cmdline-sample/src/main/java/com/google/api/services/samples/calendar/cmdline

1 file changed

+5
-0
lines changed

calendar-cmdline-sample/src/main/java/com/google/api/services/samples/calendar/cmdline/CalendarSample.java

+5
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,19 @@ private static Credential authorize() throws Exception {
9191
public static void main(String[] args) {
9292
try {
9393
try {
94+
9495
HTTP_TRANSPORT = GoogleNetHttpTransport.newTrustedTransport();
96+
9597
// authorization
98+
9699
Credential credential = authorize();
97100

101+
98102
// set up global Calendar instance
99103
client = new com.google.api.services.calendar.Calendar.Builder(
100104
HTTP_TRANSPORT, JSON_FACTORY, credential).setApplicationName(
101105
APPLICATION_NAME).build();
106+
102107
// run commands
103108
showCalendars();
104109
addCalendarsUsingBatch();

0 commit comments

Comments
 (0)