mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 00:27:47 +00:00
AK: Remove infallible version of StringBuilder::to_byte_buffer
Also drop the try_ prefix from the fallible function, as it is no longer needed to distinguish the two.
This commit is contained in:
parent
ad5e8f2742
commit
e76394d96c
Notes:
sideshowbarker
2024-07-17 04:09:56 +09:00
Author: https://github.com/linusg
Commit: e76394d96c
13 changed files with 21 additions and 28 deletions
|
@ -80,7 +80,7 @@ ErrorOr<ByteBuffer> decode_quoted_printable(StringView input)
|
|||
}
|
||||
}
|
||||
|
||||
return output.try_to_byte_buffer();
|
||||
return output.to_byte_buffer();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue