Skip to content

Commit edd6868

Browse files
committed
style: Patch structure for style and memory impact
1 parent aaa159f commit edd6868

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

struct-matcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ type StMatcher interface {
1515
}
1616

1717
type sStorage struct {
18-
fName string
1918
match interface{}
19+
fName string
2020
}
2121

2222
type structMatcher struct {

0 commit comments

Comments
 (0)