Lint+format fix?

This commit is contained in:
Snarling
2022-10-05 15:24:27 -04:00
parent 068533cd2f
commit 0310a98237
2 changed files with 7 additions and 4 deletions

View File

@@ -128,7 +128,7 @@ describe("Netscript RAM Calculation/Generation Tests", function () {
describe("Singularity multiplier checks", () => {
sf4.lvl = 3;
const singFunctions = Object.entries(ns.singularity).filter(([key, val]) => typeof val === "function");
const singFunctions = Object.entries(ns.singularity).filter(([__, val]) => typeof val === "function");
const singObjects = singFunctions.map(([key, val]) => {
return {
name: key,