From 3d82bd7ffb667ed0baba2b36c29be27ef151fac9 Mon Sep 17 00:00:00 2001 From: Wenlu Wang Date: Mon, 19 Jul 2021 15:09:22 +0800 Subject: [PATCH] Fix format --- .../findLastIndex/BigInt/predicate-not-called-on-empty-array.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/predicate-not-called-on-empty-array.js b/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/predicate-not-called-on-empty-array.js index 6ed26db504..c79420d4ba 100644 --- a/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/predicate-not-called-on-empty-array.js +++ b/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/predicate-not-called-on-empty-array.js @@ -5,7 +5,7 @@ esid: sec-%typedarray%.prototype.findlastindex description: > Predicate is not called on an empty instance info: | - %TypedArray%.prototype.findLastIndex ( predicate [ , thisArg ] ) + %TypedArray%.prototype.findLastIndex ( predicate [ , thisArg ] ) ... 6. Repeat, while k ≥ 0