Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Nov 14, 2022
1 parent 478d6af commit a3cc607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nullboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,7 @@ <h3>Auto-backup</h3>
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
*/
Expand Down Expand Up @@ -3475,7 +3475,7 @@ <h3>Auto-backup</h3>
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;
}
Expand Down

0 comments on commit a3cc607

Please sign in to comment.