LibJS: Add missing whitespace around namespace curly braces

This commit is contained in:
Linus Groh 2022-04-17 22:59:52 +02:00
commit ee1379520a
Notes: sideshowbarker 2024-07-17 16:42:19 +09:00
7 changed files with 8 additions and 0 deletions

View file

@ -21,4 +21,5 @@ StringIterator::StringIterator(String string, Object& prototype)
, m_iterator(Utf8View(m_string).begin())
{
}
}