From cc578c6d99dbca1a13adf2995205835c29297529 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 11 Jun 2022 13:53:24 +0300 Subject: [PATCH] minor tweak... Signed-off-by: Alex A. Naanou --- Promise.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Promise.js b/Promise.js index 85352fa..2e0a1b9 100644 --- a/Promise.js +++ b/Promise.js @@ -638,4 +638,4 @@ PromiseProtoMixin(Promise.prototype) /********************************************************************** -* vim:set ts=4 sw=4 : */ return module }) +* vim:set ts=4 sw=4 nowrap : */ return module })