summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Heap/Handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibJS/Heap/Handle.h')
-rw-r--r--Libraries/LibJS/Heap/Handle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibJS/Heap/Handle.h b/Libraries/LibJS/Heap/Handle.h
index a4400fcd16..e2686395fc 100644
--- a/Libraries/LibJS/Heap/Handle.h
+++ b/Libraries/LibJS/Heap/Handle.h
@@ -55,7 +55,7 @@ private:
template<class T>
class Handle {
public:
- Handle() {}
+ Handle() { }
static Handle create(T* cell)
{