Remove trailing whitespace

This commit is contained in:
Ryan Pavlik
2022-08-31 14:28:49 -05:00
parent 478d6af8f3
commit a3cc607a8d

View File

@@ -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;
}