Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Aug 31, 2022
1 parent b990ab2 commit 050de4b
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 @@ -1695,7 +1695,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 @@ -3458,7 +3458,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 050de4b

Please sign in to comment.