Skip to content

Commit

Permalink
Run the formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 10, 2022
1 parent fe4a2a5 commit 106c2bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/flow.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 106c2bf

Please sign in to comment.