Skip to content

Commit

Permalink
Remove redundant arity.
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Müller <[email protected]>
  • Loading branch information
darkdrag00nv2 and turbolent authored Sep 20, 2023
1 parent adc7ef5 commit 2408de3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/sema/string_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,5 +335,4 @@ var StringTypeSplitFunctionType = &FunctionType{
Type: StringType,
},
),
Arity: &Arity{Min: 2, Max: 2},
}

0 comments on commit 2408de3

Please sign in to comment.