Skip to content

Commit

Permalink
style: correct linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Jan 26, 2024
1 parent 8522cf7 commit 7c8763a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tesla_api/vehicle.ex
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ defmodule TeslaApi.Vehicle do

def list_result(result) do
result
|> Enum.filter(fn(x) -> Map.has_key?(x, "vehicle_id") end)
|> Enum.filter(fn x -> Map.has_key?(x, "vehicle_id") end)
|> Enum.map(&result/1)
end

Expand Down

0 comments on commit 7c8763a

Please sign in to comment.