Skip to content

Commit 757f14f

Browse files
author
Gleb Brozhe
committed
attempt to resolve merge conflict
1 parent cc8c811 commit 757f14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/stack/record.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func parseFunctionName(name string) functionDetails {
139139
if len(split) > 1 {
140140
details.funcName = split[len(split)-1]
141141
}
142-
if len(split) > 2 {
142+
if len(split) > 2 { //nolint:gomnd
143143
details.structName = split[1]
144144
}
145145

0 commit comments

Comments
 (0)