Skip to content

Commit f35156b

Browse files
authored
Remove trailing whitespace.
Remove trailing whitespace.
1 parent c1d3878 commit f35156b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/QuickBooks.gs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function authCallback(request) {
8383
var authorized = service.handleCallback(request);
8484
if (authorized) {
8585
// Save the Company ID in the service's storage.
86-
service.getStorage().setValue('QuickBooks.companyId',
86+
service.getStorage().setValue('QuickBooks.companyId',
8787
request.parameter.realmId);
8888
return HtmlService.createHtmlOutput('Success!');
8989
} else {

0 commit comments

Comments
 (0)