Skip to content

Commit

Permalink
extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Ahmad authored and Muhammad Ahmad committed Feb 10, 2025
1 parent 5fb4b88 commit e32d54c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/benchmark-test/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ function truthy(value, message = 'Expected a truthy value') {
if (!value) throw new Error(message);
}

export { benchmark, test };
export { benchmark, test };
2 changes: 1 addition & 1 deletion packages/benchmark-test/benchmark.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ async function runBenchmark() {
});
}

runBenchmark();
runBenchmark();
2 changes: 1 addition & 1 deletion packages/benchmark-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"test": "yarn rollup -c && eshost -h v8,xs dist/bundle.js"
},
"license": "MIT"
}
}
1 change: 1 addition & 0 deletions packages/benchmark-test/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ export default {
commonjs(),
],
};

0 comments on commit e32d54c

Please # to comment.