mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-27 09:57:30 +02:00
The ifs below the switch no longer functioned, so let's move everything into the switch cases. This also means we can replace the StringBuilder usage with String::formatted().