Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 28, 2023
1 parent 062ed19 commit f1e689b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (githubToken == null || githubToken == "") {
async function run() {
try {
await configureGit()
await installDartDependencies();
await installDartDependencies()
await executeScriptPreRun()
await configurePubDevToken()

Expand Down Expand Up @@ -90,7 +90,7 @@ async function run() {
}
}

run();
run()

// =====================================================================
// =============================== Utils ===============================
Expand Down

0 comments on commit f1e689b

Please sign in to comment.