Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vladostp committed Mar 4, 2021
1 parent 8352c34 commit c970ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestrator/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ async function main () {
console.error(error);
}
}, 10000);

// Orchestrate every 10 seconds
setIntervalAsync(async () => {
try {
Expand Down

0 comments on commit c970ed6

Please sign in to comment.