mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:37:47 +00:00
Libraries: Use AK::Variant default initialization where appropriate
This commit is contained in:
parent
98a0f9c0bd
commit
32e98d0924
8 changed files with 12 additions and 12 deletions
|
@ -239,7 +239,7 @@ private:
|
|||
String m_message;
|
||||
StringView m_trivia;
|
||||
StringView m_original_value;
|
||||
Variant<Empty, StringView, FlyString> m_value { Empty {} };
|
||||
Variant<Empty, StringView, FlyString> m_value {};
|
||||
StringView m_filename;
|
||||
size_t m_line_number { 0 };
|
||||
size_t m_line_column { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue