mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:04:57 +00:00
Everywhere: Prefer using "..."sv over StringView { "..." }
This commit is contained in:
parent
ea8ff03475
commit
3bbe86d8ea
11 changed files with 35 additions and 35 deletions
|
@ -577,7 +577,7 @@ int main(int argc, char** argv)
|
|||
return 1;
|
||||
}
|
||||
|
||||
if ((argc == 2 && StringView { "--help" } == argv[1]) || argc == 1)
|
||||
if ((argc == 2 && "--help"sv == argv[1]) || argc == 1)
|
||||
print_help_and_exit();
|
||||
|
||||
Queue<StringView> args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue