Skip to content

Commit

Permalink
standard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 4, 2023
1 parent 457d7f9 commit f6d5cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/function.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = class CovFunction {
return {
name: this.name,
decl: loc,
loc: loc,
loc,
line: this.startLine
}
}
Expand Down

0 comments on commit f6d5cc3

Please sign in to comment.