mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-06 13:16:49 +02:00
Remove trailing whitespace
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user