mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
AK: Use new format functions.
This commit is contained in:
parent
560c52989c
commit
1d96d5eea4
13 changed files with 74 additions and 91 deletions
|
@ -40,7 +40,7 @@
|
|||
|
||||
static String shbuf_shm_name(int shbuf_id)
|
||||
{
|
||||
return String::format("/serenity-shm:%d", shbuf_id);
|
||||
return String::formatted("/serenity-shm:{}", shbuf_id);
|
||||
}
|
||||
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue