mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:38:10 +00:00
LibJS: Add missing whitespace around namespace curly braces
This commit is contained in:
parent
f5fc921d84
commit
ee1379520a
7 changed files with 8 additions and 0 deletions
|
@ -19,4 +19,5 @@ BooleanObject::BooleanObject(bool value, Object& prototype)
|
|||
, m_value(value)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue