From f6d5cc337f9ab80ef1bfcfc187153d6f165809db Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 4 Oct 2023 09:42:20 +0200 Subject: [PATCH] standard fix --- lib/function.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/function.js b/lib/function.js index 15f4b73c..341dd649 100644 --- a/lib/function.js +++ b/lib/function.js @@ -22,7 +22,7 @@ module.exports = class CovFunction { return { name: this.name, decl: loc, - loc: loc, + loc, line: this.startLine } }