mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:57:35 +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
|
@ -55,7 +55,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
|
||||
auto hash_name = program_name.substring_view(0, program_name.length() - 3).to_string().to_uppercase();
|
||||
auto paths_help_string = String::format("File(s) to print %s checksum of", hash_name.characters());
|
||||
auto paths_help_string = String::formatted("File(s) to print {} checksum of", hash_name);
|
||||
|
||||
Vector<const char*> paths;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue