From 106c2bfd04c1f9bbc23cea1146f84e7acd0bd36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 11 Feb 2022 00:01:19 +0100 Subject: [PATCH] Run the formatter --- lib/flow.ex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/flow.ex b/lib/flow.ex index 3e11bae..8c69dc1 100644 --- a/lib/flow.ex +++ b/lib/flow.ex @@ -1913,8 +1913,10 @@ defmodule Flow do end if has_any_reduce?(flow) do - IO.warn("Using a mapper operation, such as map/filter/reject, after reduce/3 is deprecated. " <> - "Use Flow.on_trigger/2 instead") + IO.warn( + "Using a mapper operation, such as map/filter/reject, after reduce/3 is deprecated. " <> + "Use Flow.on_trigger/2 instead" + ) end add_operation(flow, {:mapper, name, args})