From 9394e15449080b1071fc73e118dfc3753ebe7f86 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Wed, 9 Oct 2024 19:00:24 +0200 Subject: [PATCH] Remove extra space --- hello.js | 1 - 1 file changed, 1 deletion(-) diff --git a/hello.js b/hello.js index 6904cd47..008839c2 100644 --- a/hello.js +++ b/hello.js @@ -1,4 +1,3 @@ const hello = () => "Hello World from the Office Hours in the terminal!"; console.log(hello()); exports.hello = hello; -