mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-23 09:48:56 +00:00
LibJS: Add missing whitespace around namespace curly braces
This commit is contained in:
parent
f5fc921d84
commit
ee1379520a
Notes:
sideshowbarker
2024-07-17 16:42:19 +09:00
Author: https://github.com/linusg
Commit: ee1379520a
7 changed files with 8 additions and 0 deletions
|
@ -21,4 +21,5 @@ StringIterator::StringIterator(String string, Object& prototype)
|
|||
, m_iterator(Utf8View(m_string).begin())
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue