Skip to content

Commit dbbace5

Browse files
authored
style: remove trailing space
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 7765cad commit dbbace5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/utils/native-class/benchmark

lib/node_modules/@stdlib/utils/native-class/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bench( pkg, function benchmark( b ) {
4646
b.tic,
4747
b.toc,
4848
new Date(),
49-
new RegExp()
49+
new RegExp()
5050
];
5151
b.tic();
5252
for ( i = 0; i < b.iterations; i++ ) {

0 commit comments

Comments
 (0)