Skip to content

Commit

Permalink
chore: fix credo
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 10, 2024
1 parent 7fcf6a6 commit a56346f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions lib/igniter/project/test.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ defmodule Igniter.Project.Test do
Igniter.Code.Common.add_code(
zipper,
"defp elixirc_paths(:test), do: [\"lib\", \"test/support\"]"
),
zipper <-
Igniter.Code.Common.add_code(
zipper,
"defp elixirc_paths(_), do: [\"lib\"]"
) do
zipper
Igniter.Code.Common.add_code(
zipper,
"defp elixirc_paths(_), do: [\"lib\"]"
)
end
end
end
Expand Down

0 comments on commit a56346f

Please sign in to comment.