Skip to content

Commit

Permalink
style: fix code style in template
Browse files Browse the repository at this point in the history
  • Loading branch information
ahochsteger committed Dec 26, 2024
1 parent ec4b963 commit 19169a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/gas-all-tests.eta
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function initAllTests() {
)
}

function runAllTests(skipInit=true) {
function runAllTests(skipInit = true) {
return GmailProcessorLib.E2E.runAllTests(
getTestConfigs(),
skipInit,
Expand Down

0 comments on commit 19169a4

Please sign in to comment.