Skip to content

Commit

Permalink
fix elixir lint
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-sundstrom committed Feb 3, 2025
1 parent 7239b23 commit 5f3345e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/v2/candidate_generator/on_bus.ex
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defmodule Screens.V2.CandidateGenerator.OnBus do
|> Enum.flat_map(fn {:ok, instances} -> instances end)
end

def body_instances() do
def body_instances do
[%Placeholder{color: :blue, slot_names: [:main_content]}]
end

Expand Down

0 comments on commit 5f3345e

Please sign in to comment.