mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 23:59:49 +00:00
Help: Use new format functions.
This commit is contained in:
parent
30b9dff5aa
commit
c776d76b71
Notes:
sideshowbarker
2024-07-19 02:01:23 +09:00
Author: https://github.com/asynts
Commit: c776d76b71
Pull-request: https://github.com/SerenityOS/serenity/pull/3696
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/emanuele6
5 changed files with 7 additions and 7 deletions
|
@ -34,7 +34,7 @@ public:
|
|||
|
||||
ManualSectionNode(String section, String name)
|
||||
: m_section(section)
|
||||
, m_full_name(String::format("%s. %s", section.characters(), name.characters()))
|
||||
, m_full_name(String::formatted("{}. {}", section, name))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue