mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00: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
Notes:
github-actions[bot]
2025-06-09 15:27:00 +00:00
Author: https://github.com/trflynn89
Commit: 34e178d0e7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5038
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/R-Goc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue