Skip to content

Commit

Permalink
Update main.gs (#121)
Browse files Browse the repository at this point in the history
Add missing ;
  • Loading branch information
windmaple authored May 10, 2024
1 parent 5e94e43 commit 98c7755
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 98c7755

Please sign in to comment.