Example: ``` elixir for {k, v} <- keyword, v = process_value(v), into: %{} do: {v, k} ``` To be honest, I'm not sure that's the correct way to indent it, but I can't think of a different one that would make sense.