[CLEANUP] run prettier on codebase

This commit is contained in:
Géry Debongnie
2021-07-08 11:53:48 +02:00
parent ec05b1f5e3
commit 21b1661d39
+1 -1
View File
@@ -140,7 +140,7 @@ const UTILS: Utils = {
/**
* This method combines the current context with the variables defined in a
* scope for use in a slot.
*
*
* The implementation is kind of tricky because we want to preserve the
* prototype chain structure of the cloned result. So we need to traverse the
* prototype chain, cloning each level respectively.