Skip to content

Commit

Permalink
remove unnecessary args (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsaiYusuke authored Oct 21, 2023
1 parent a5c679e commit f3551d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax_query_param_root.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func (e *syntaxQueryParamRoot) isValueGroupParameter() bool {
}

func (e *syntaxQueryParamRoot) compute(
root interface{}, currentList []interface{}) []interface{} {
root interface{}, _ []interface{}) []interface{} {

values := getContainer()
defer func() {
Expand Down

0 comments on commit f3551d2

Please sign in to comment.