diff --git a/src/qweb/qweb.ts b/src/qweb/qweb.ts index 0e006c5d..07e06fa6 100644 --- a/src/qweb/qweb.ts +++ b/src/qweb/qweb.ts @@ -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.