Skip to content

Commit 2a6024b

Browse files
committed
address comments
1 parent 21d700f commit 2a6024b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

JetStreamDriver.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,11 +394,11 @@ class Driver {
394394
let text = "";
395395
let newBenchmarks = [];
396396
for (const benchmark of this.benchmarks) {
397-
const description = Object.keys(benchmark.subScores())
398-
description.push("Score")
397+
const description = Object.keys(benchmark.subScores());
398+
description.push("Score");
399399

400400
newBenchmarks.push(benchmark);
401-
const scoreIds = benchmark.scoreIdentifiers()
401+
const scoreIds = benchmark.scoreIdentifiers();
402402
const overallScoreId = scoreIds.pop();
403403

404404
if (isInBrowser) {

0 commit comments

Comments
 (0)