From 02bd9eedcfd32dc8b833c61e4b39f734eeec3ce3 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Thu, 11 Mar 2021 02:30:25 -0600 Subject: [PATCH] Add a newline to the example API JavaScript file --- Scripts/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/example.js b/Scripts/example.js index fb730c308..d0fbf715e 100644 --- a/Scripts/example.js +++ b/Scripts/example.js @@ -1 +1 @@ -console.log("Hello world! See apidoc.htm for documentation."); \ No newline at end of file +console.log("Hello world! See apidoc.htm for documentation.");