Skip to content

Commit 867c3df

Browse files
github-actions[bot]mohammed ahmed
andcommitted
style: replace unicode multiplication sign in comment with ASCII x
Co-authored-by: mohammed ahmed <undefined@users.noreply.github.com>
1 parent 0d0f722 commit 867c3df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codeflash/languages/javascript/support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def discover_tests(
231231
result: dict[str, list[TestInfo]] = {}
232232

233233
# Build index: function_name → qualified_name for O(1) lookup
234-
# This avoids iterating all functions for every test file (was O(N×M), now O(N+M))
234+
# This avoids iterating all functions for every test file (was O(NxM), now O(N+M))
235235
function_name_to_qualified: dict[str, str] = {}
236236
for func in source_functions:
237237
function_name_to_qualified[func.function_name] = func.qualified_name

0 commit comments

Comments
 (0)