Skip to content

Commit

Permalink
ci: vfmt vlib/v/checker/check_types.v
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Jun 2, 2022
1 parent c892b32 commit 9f7656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/checker/check_types.v
Expand Up @@ -242,7 +242,7 @@ pub fn (mut c Checker) check_expected_call_arg(got ast.Type, expected_ ast.Type,
} else {
got_typ_sym := c.table.sym(got)
expected_typ_sym := c.table.sym(expected_)

// Check on Generics types, there are some case where we have the following case
// `&Type<int> == &Type<>`. This is a common case we are implementing a function
// with generic parameters like `compare(bst Bst<T> node) {}`
Expand Down

0 comments on commit 9f7656f

Please sign in to comment.