Skip to content

Commit 970b872

Browse files
committed
Trim whitespace
1 parent df797e1 commit 970b872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/kino_db/connection_cell.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,9 @@ defmodule KinoDB.ConnectionCell do
470470
{ReqAthena, ~s|{:req_athena, "~> 0.1"}|},
471471
{Explorer, ~s|{:explorer, "~> 0.9"}|}
472472
]
473-
473+
474474
deps = for {module, dep} <- deps, not Code.ensure_loaded?(module), do: dep
475-
475+
476476
if deps != [] do
477477
Enum.join(deps, ", ")
478478
end

0 commit comments

Comments
 (0)