remove unnecessary space

This commit is contained in:
Stephen Reindl 2022-03-31 12:46:48 +02:00
parent 689059ea83
commit 805480693c

@ -51,7 +51,7 @@ describe("Netscript Static RAM Calculation/Generation Tests", function () {
* @param {string[]} fnDesc - describes the name of the function being tested,
* including the namespace(s). e.g. ["gang", "getMemberNames"]
*/
async function expectZeroRamCost(fnDesc) {
async function expectZeroRamCost(fnDesc) {
if (!Array.isArray(fnDesc)) {
expect.fail("Non-array passed to expectZeroRamCost()");
}