Skip to content

Commit

Permalink
Minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Arker123 committed Jun 23, 2024
1 parent a5e46ae commit 3105843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floss/language/rust/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def fix_b2s_wide_strings(


def filter_and_transform_utf8_strings(
strings: list[list[Any]],
strings: List[List[Any]],
start_rdata: int,
) -> List[StaticString]:
transformed_strings = []
Expand Down

0 comments on commit 3105843

Please sign in to comment.