Skip to content

Commit 3ee3085

Browse files
author
Eric Koleda
authored
Remove trailing whitespace
1 parent 13bf01c commit 3ee3085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/LinkedIn.gs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ function getService() {
4242
// Set the client ID and secret.
4343
.setClientId(CLIENT_ID)
4444
.setClientSecret(CLIENT_SECRET)
45-
45+
4646
// Set the scope of the request.
4747
.setScope('r_network')
48-
48+
4949
// Set the name of the callback function that should be invoked to
5050
// complete the OAuth flow.
5151
.setCallbackFunction('authCallback')

0 commit comments

Comments
 (0)