Skip to content

Commit

Permalink
Trim whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 14, 2024
1 parent df797e1 commit 970b872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/kino_db/connection_cell.ex
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,9 @@ defmodule KinoDB.ConnectionCell do
{ReqAthena, ~s|{:req_athena, "~> 0.1"}|},
{Explorer, ~s|{:explorer, "~> 0.9"}|}
]

deps = for {module, dep} <- deps, not Code.ensure_loaded?(module), do: dep

if deps != [] do
Enum.join(deps, ", ")
end
Expand Down

0 comments on commit 970b872

Please sign in to comment.