Skip to content

Commit 87391f5

Browse files
VLanvinmeta-codesync[bot]
authored andcommitted
Fix OTP 28 CI
Summary: As title (adding back auto-trimmed whitespace) Reviewed By: michalmuskala Differential Revision: D85690173 fbshipit-source-id: 39c3ac7494eb31f778d7bec41c0dd3ed35b06d31
1 parent 7be8ee4 commit 87391f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/elp/src/resources/test/eqwalizer_tests/check/callbacks3_neg-OTP-28.pretty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ error: incorrect_return_type_in_cb_implementation (See https://fb.me/eqwalizer_e
55
│ ^^^^^^^^^^^^^^^^^^^^^
66
│ │
77
│ Incorrect return type for implementation of gen_server:handle_cast/2. Expected: {'noreply', term()} | {'noreply', term(), gen_server:action()} | {'stop', term(), term()}, Got: 'wrong_ret'.
8-
8+
99

1010
'wrong_ret' is not compatible with {'noreply', term()} | {'noreply', term(), gen_server:action()} | {'stop', term(), term()}
1111
because

0 commit comments

Comments
 (0)