From af3c2ade08b566d1e92afd4dc356993a40c15fd8 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Wed, 12 Oct 2022 15:38:47 -0500 Subject: [PATCH] Format --- common/util/array.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/util/array.ts b/common/util/array.ts index 65806f60..552e530f 100644 --- a/common/util/array.ts +++ b/common/util/array.ts @@ -45,4 +45,4 @@ export function toBatches(xs: T[], batchSize: number) { result.push(xs.slice(i, i + batchSize)) } return result -} \ No newline at end of file +}