Skip to content

Commit

Permalink
Update access modifier "public Method()" (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertk committed Jan 18, 2024
1 parent a0bd87d commit 9295fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coverlet.core/CoverageResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ internal class Branches : List<BranchInfo> { }
internal class Method
{
[JsonConstructor]
internal Method()
public Method()
{
Lines = [];
Branches = [];
Expand Down

0 comments on commit 9295fca

Please sign in to comment.