Skip to content

Commit ceec8ad

Browse files
committed
fix formatting
1 parent bed10bc commit ceec8ad

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

exla/lib/exla/defn.ex

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,14 @@ defmodule EXLA.Defn do
774774

775775
%{} ->
776776
{computation, cache} =
777-
block_computation(block_subfunction_description(struct), call_args, expr, state, cache)
777+
block_computation(
778+
block_subfunction_description(struct),
779+
call_args,
780+
expr,
781+
state,
782+
cache
783+
)
784+
778785
{computation, Map.put(cache, key, computation)}
779786
end
780787

0 commit comments

Comments
 (0)