mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibGfx: Convert single quote string to double quotes
Caught via ruff. Not sure why black didn't catch this one previously.
This commit is contained in:
parent
7d4b010f30
commit
34e178d0e7
|
|
@ -336,7 +336,7 @@ def generate_getter(tag: Tag) -> str:
|
|||
unpacked_if_needed = Rf"""
|
||||
{container_initialization}
|
||||
for (u32 i = 0; i < possible_value->size(); ++i)
|
||||
tmp[i] = {extracted_value_template.format('i')};
|
||||
tmp[i] = {extracted_value_template.format("i")};
|
||||
|
||||
return tmp;"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user