From 3245a950539f49186fefedf09477f014659fadd7 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sun, 15 Aug 2021 19:49:16 +0300 Subject: chore(deps): prettier 2.3.2 also reformat all the code with the new version --- benchmark/benchmark.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark/benchmark.ts') diff --git a/benchmark/benchmark.ts b/benchmark/benchmark.ts index eecce31..b99aa06 100644 --- a/benchmark/benchmark.ts +++ b/benchmark/benchmark.ts @@ -102,7 +102,7 @@ export function createBenchmark(benchmarkName: string): Benchmark { return profile; } as Benchmark; - benchmark.report = function(fn?: (report: string) => void) { + benchmark.report = function (fn?: (report: string) => void) { const fastest = profiles.reduce((previous: Profile, current: Profile) => { return previous.bestTime < current.bestTime ? previous : current; }); -- cgit v1.2.3