Skip to content

Commit d659949

Browse files
committed
Run formatter
1 parent 42e2456 commit d659949

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/elixir/test/elixir/module/types/pattern_test.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,8 @@ defmodule Module.Types.TempTypesTest do
265265
quote do
266266
{patterns, guards, body} = unquote(Macro.escape(expand_expr(patterns, guards, body)))
267267

268-
with {:ok, _types, context} <- Pattern.of_head(patterns, guards, new_stack(), new_context()),
268+
with {:ok, _types, context} <-
269+
Pattern.of_head(patterns, guards, new_stack(), new_context()),
269270
{:ok, type, context} <- Expr.of_expr(body, new_stack(), context) do
270271
{:ok, Types.lift_type(type, context)}
271272
else

0 commit comments

Comments
 (0)