mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
LibSQL: Clean up code style and remove unused includes
No functional changes.
This commit is contained in:
committed by
Tim Flynn
parent
8992ff5aeb
commit
a99c1297e0
@@ -10,7 +10,7 @@ namespace SQL {
|
||||
|
||||
void Serializer::serialize(DeprecatedString const& text)
|
||||
{
|
||||
serialize<u32>((u32)text.length());
|
||||
serialize<u32>(text.length());
|
||||
if (!text.is_empty())
|
||||
write((u8 const*)text.characters(), text.length());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user