zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 60af5f991651f7c96592ad8e39285f7701c12244
parent db18f3e8eb2c9cb61cb4d0d750bcdd3c4050077a
Author: srfsh <dev@srf.sh>
Date:   Tue, 19 Jul 2022 00:55:33 +0300

sw_pass/domain: style fix

Diffstat:
Msrc/zenflows/sw_pass/domain.ex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zenflows/sw_pass/domain.ex b/src/zenflows/sw_pass/domain.ex @@ -101,7 +101,7 @@ def import_repos(url) do end end) |> Multi.run("evt:#{e}", fn repo, %{proc: proc, commit_spec: commit_spec} = chgs -> - per = Map.fetch!(chgs ,"per:#{e}") + per = Map.fetch!(chgs, "per:#{e}") params = %{ action_id: "deliverService", input_of_id: proc.id,