From a3cc607a8de91131be12c1ec7569b8954d79c41a Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 31 Aug 2022 14:28:49 -0500 Subject: [PATCH] Remove trailing whitespace --- nullboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nullboard.html b/nullboard.html index ef70e13..b66c023 100644 --- a/nullboard.html +++ b/nullboard.html @@ -1710,7 +1710,7 @@ return Math.min(Math.max(this, min), max); }; - /* + /* * add a blank line to push 'Prevent this page from opening ...' * tack-on from the actual message we are trying to display */ @@ -3475,7 +3475,7 @@ return "Required board properties are empty."; if (foo.format != NB.blobVersion) - return `Unsupported blob format "${foo.format}", expecting "${NB.blobVersion}".`; + return `Unsupported blob format "${foo.format}", expecting "${NB.blobVersion}".`; return null; }