Skip to content

Commit

Permalink
rozbi to
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutexo authored and Glutexo committed Apr 15, 2022
1 parent f2e5457 commit 6a0884e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/onigumo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ defmodule Onigumo do
|> Stream.map(&String.trim_trailing/1)
end

defp http_client() do
Application.get_env(:onigumo, :http_client)
defp http_client() do Application.get_env(:onigumo, :http_client)
end

def create_file_name(url) do
Expand Down

0 comments on commit 6a0884e

Please sign in to comment.