Skip to content

Commit

Permalink
style(): add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozoniuss committed Feb 16, 2023
1 parent a8da1a6 commit bfb81f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute-avg-grade/compute.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ rows.forEach((row, index) => {
console.log(`${index}: Grade ${grade}, Credits ${credit}`)
})

console.log(`Avg: ${+sum / +nr_credits}`)
console.log(`Avg: ${+sum / +nr_credits}`)

0 comments on commit bfb81f9

Please sign in to comment.