Skip to content

Commit 365b96d

Browse files
committed
style: fix code style
1 parent ef0cc0a commit 365b96d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/params/struct.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ func (s *structure) AddItems(items ...value.StructValueField) *structure {
2626
}
2727

2828
func (s *structure) Field(v string) *structValue {
29-
3029
return &structValue{
3130
parent: s,
3231
name: v,

0 commit comments

Comments
 (0)