mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:47:35 +00:00
LibJS: run clang-format on all the files
This commit is contained in:
parent
30519c22f6
commit
8bd9f7e50e
8 changed files with 25 additions and 25 deletions
|
@ -35,7 +35,7 @@ MarkedValueList::MarkedValueList(Heap& heap)
|
|||
m_heap.did_create_marked_value_list({}, *this);
|
||||
}
|
||||
|
||||
MarkedValueList:: MarkedValueList(MarkedValueList&& other)
|
||||
MarkedValueList::MarkedValueList(MarkedValueList&& other)
|
||||
: m_heap(other.m_heap)
|
||||
, m_values(move(other.m_values))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue