From 36f331777be79c0f14a2183f0472c38af43fd2d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guszt=C3=A1v=20Szikszai?= Date: Fri, 15 Jan 2021 11:05:19 +0100 Subject: [PATCH] Make sure there is a space between the return and the normalize event call. --- src/compilers/top_level.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compilers/top_level.cr b/src/compilers/top_level.cr index 0a8e48452..f10c7fdfe 100644 --- a/src/compilers/top_level.cr +++ b/src/compilers/top_level.cr @@ -202,7 +202,7 @@ module Mint const _normalizeEvent = function (event) { return JS1 - ), + ) + " ", from_event_call, ( <<-JS2