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

Commit b383ad3

Browse files
author
Yaniv Inbar
committed
api samples: clean up whitespace nicer
https://codereview.appspot.com/10683045/
1 parent 365aee7 commit b383ad3

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,12 @@ public static void main(String[] args) {
9292
try {
9393
try {
9494

95+
// initialize the transport
9596
HTTP_TRANSPORT = GoogleNetHttpTransport.newTrustedTransport();
9697

9798
// authorization
98-
9999
Credential credential = authorize();
100100

101-
102101
// set up global Calendar instance
103102
client = new com.google.api.services.calendar.Calendar.Builder(
104103
HTTP_TRANSPORT, JSON_FACTORY, credential).setApplicationName(

0 commit comments

Comments
 (0)