Skip to content

Commit c42e687

Browse files
committed
lint fix
1 parent d0e8286 commit c42e687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/array.indexer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ export class ArrayIndexer {
7373
// Return the element directly from the array using the fast O(1) index lookup
7474
return array[index];
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)