Skip to content

Commit f500d84

Browse files
committed
format
1 parent 3543b9f commit f500d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_example/executor.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ defmodule ExExample.Executor do
114114
# @doc """
115115
# Given a result from a previous invocation and a copy function, I create a copy of the result.
116116
# """
117-
defp copy_result(%Cache.Result{} = result, {_, nil}), do: result
117+
defp copy_result(%Cache.Result{} = result, {_, nil}), do: result
118118

119119
defp copy_result(%Cache.Result{} = result, {module, func}) do
120120
%{result | result: apply(module, func, [result.result])}

0 commit comments

Comments
 (0)