Skip to content

Commit 4bde327

Browse files
VLanvinmeta-codesync[bot]
authored andcommitted
Fix CI for OTP 26,28
Summary: As title. Re-add automatically trimmed whitespaces Reviewed By: ilya-klyuchnikov, alanz, jcpetruzza Differential Revision: D84914077 fbshipit-source-id: 7bbe76edd33745342d95ee3bda3071c991e755c3
1 parent c882b95 commit 4bde327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/elp/src/resources/test/eqwalizer_tests/check/pats-OTP-26.pretty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ error: incompatible_types (See https://fb.me/eqwalizer_errors#incompatible_types
77
│ M.
88
Expression has type: #{a => 'ok'} | 'error'
99
Context expected type: #{term() => term()}
10-
10+
1111

1212
Because in the expression's type:
1313
Here the type is a union type with some valid candidates: #{a => 'ok'}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ error: incompatible_types (See https://fb.me/eqwalizer_errors#incompatible_types
77
│ M.
88
Expression has type: #{a => 'ok'} | 'error'
99
Context expected type: #{term() => term()}
10-
10+
1111

1212
Because in the expression's type:
1313
Here the type is a union type with some valid candidates: #{a => 'ok'}

0 commit comments

Comments
 (0)