diff options
Diffstat (limited to 'benchmark/bench/memory.js')
-rw-r--r-- | benchmark/bench/memory.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bench/memory.js b/benchmark/bench/memory.js index 9a3f94bc7..5c746870e 100644 --- a/benchmark/bench/memory.js +++ b/benchmark/bench/memory.js @@ -56,6 +56,6 @@ function printResult(output) { ], { align: ['l', 'r', 'r', 'r'], - } + }, ); } |