Skip to content

Commit

Permalink
Remove unused variable
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 Dec 2, 2023
1 parent f0c20a7 commit ecd3f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/sema/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -3746,7 +3746,7 @@ type InvalidTypeArgumentError struct {
var _ SemanticError = &InvalidTypeArgumentError{}
var _ errors.UserError = &InvalidTypeArgumentError{}

func (e *InvalidTypeArgumentError) isSemanticError() {}
func (InvalidTypeArgumentError) isSemanticError() {}

func (*InvalidTypeArgumentError) IsUserError() {}

Expand Down

0 comments on commit ecd3f23

Please sign in to comment.