mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
Everywhere: Run clang-format
This commit is contained in:
committed by
Linus Groh
parent
0376c127f6
commit
086969277e
@@ -65,7 +65,7 @@ Key ColumnDef::key() const
|
||||
return key;
|
||||
}
|
||||
|
||||
void ColumnDef::set_default_value(const Value& default_value)
|
||||
void ColumnDef::set_default_value(Value const& default_value)
|
||||
{
|
||||
VERIFY(default_value.type() == type());
|
||||
m_default = default_value;
|
||||
|
||||
Reference in New Issue
Block a user