LibJS: Add missing whitespace around namespace curly braces

This commit is contained in:
Linus Groh
2022-04-17 22:59:52 +02:00
parent f5fc921d84
commit ee1379520a
7 changed files with 8 additions and 0 deletions

View File

@@ -19,4 +19,5 @@ BooleanObject::BooleanObject(bool value, Object& prototype)
, m_value(value)
{
}
}