mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
AK: Export ShouldChomp::NoChomp too
It's much more elegant to say 'should_chomp ? Chomp : NoChomp' than to say 'if (should_chomp) ...(..., Chomp) else ...(...)'.
This commit is contained in:
parent
2d9d883274
commit
c6ca8534a6
1 changed files with 1 additions and 0 deletions
|
@ -141,5 +141,6 @@ struct Formatter<StringImpl> : Formatter<StringView> {
|
|||
}
|
||||
|
||||
using AK::Chomp;
|
||||
using AK::NoChomp;
|
||||
using AK::string_hash;
|
||||
using AK::StringImpl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue