mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:04:59 +00:00
Everywhere: Convert a handful of String::format() => formatted()
This commit is contained in:
parent
c90b7881a7
commit
c71807a3fc
23 changed files with 24 additions and 24 deletions
|
@ -108,7 +108,7 @@ int main(int argc, char** argv)
|
|||
|
||||
umask(0644);
|
||||
|
||||
auto filename = String::format("%s/disk_benchmark.tmp", directory);
|
||||
auto filename = String::formatted("{}/disk_benchmark.tmp", directory);
|
||||
|
||||
for (auto file_size : file_sizes) {
|
||||
for (auto block_size : block_sizes) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue