From 21b1661d3917359f4bf37eeb8e661b22ed68c9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Thu, 8 Jul 2021 11:53:48 +0200 Subject: [PATCH] [CLEANUP] run prettier on codebase --- src/qweb/qweb.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.