From f261506b59045cd2e10f8fe5f2289f751f8685fb Mon Sep 17 00:00:00 2001 From: Gaurav Tiwary <97665755+Gaurav-1306@users.noreply.github.com> Date: Sun, 15 Oct 2023 19:13:27 +0530 Subject: [PATCH] minor changes --- lib/empty-example/sketch.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/empty-example/sketch.js b/lib/empty-example/sketch.js index de6c862644..b0cf149f56 100644 --- a/lib/empty-example/sketch.js +++ b/lib/empty-example/sketch.js @@ -1,7 +1,7 @@ function setup() { - // put setup code here + // put setup code here } function draw() { - // put drawing code here + // put drawing code here } \ No newline at end of file