Skip to content

Commit 8dc4c6e

Browse files
committed
fix: formatting
1 parent e004d1d commit 8dc4c6e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lib/durable/executor/compensation_runner.ex

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,13 @@ defmodule Durable.Executor.CompensationRunner do
134134
end
135135
end
136136

137-
defp create_compensation_execution(config, workflow_id, compensation, compensating_step, attempt) do
137+
defp create_compensation_execution(
138+
config,
139+
workflow_id,
140+
compensation,
141+
compensating_step,
142+
attempt
143+
) do
138144
attrs = %{
139145
workflow_id: workflow_id,
140146
step_name: "compensate_#{compensation.name}",

0 commit comments

Comments
 (0)