Skip to content

Commit

Permalink
Update main.gs (google-gemini#121)
Browse files Browse the repository at this point in the history
Add missing ;
  • Loading branch information
windmaple authored May 10, 2024
1 parent 1b32372 commit c8cbc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Apps_script_and_Workspace_codelab/main.gs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ function main() {
Logger.log("Deck URL: " + deckURL);
}
else
Logger.log("no proper tool found")
Logger.log("no proper tool found");
}

0 comments on commit c8cbc73

Please sign in to comment.