mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-18 16:21:52 +00:00
LibWeb: Convert a bunch of String::format() => String::formatted()
This commit is contained in:
parent
bd57fff6d4
commit
5e157eaf37
Notes:
sideshowbarker
2024-07-19 00:10:13 +09:00
Author: https://github.com/awesomekling
Commit: 5e157eaf37
7 changed files with 10 additions and 13 deletions
|
@ -78,9 +78,6 @@ String HTMLToken::to_string() const
|
|||
}
|
||||
|
||||
return builder.to_string();
|
||||
|
||||
//dbg() << "[" << String::format("%42s", state_name(m_state)) << "] " << builder.to_string();
|
||||
//m_current_token = {};
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue