mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 07:04:58 +00:00
Help: Use new format functions.
This commit is contained in:
parent
30b9dff5aa
commit
c776d76b71
5 changed files with 7 additions and 7 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
String ManualSectionNode::path() const
|
||||
{
|
||||
return String::format("/usr/share/man/man%s", m_section.characters());
|
||||
return String::formatted("/usr/share/man/man{}", m_section);
|
||||
}
|
||||
|
||||
void ManualSectionNode::reify_if_needed() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue