Skip to content

Commit 855ee3e

Browse files
committed
lint fix
1 parent e15925d commit 855ee3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/testcoverage/coverage/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ func stripPrefix(name, prefix string) string {
4545
if i := strings.Index(name, prefix); i >= 0 {
4646
return name[i+len(prefix):]
4747
}
48+
4849
return name
4950
}
5051

0 commit comments

Comments
 (0)