Skip to content

Commit ce7b65a

Browse files
committed
minor fix
1 parent b7c2853 commit ce7b65a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/elixir_lokalise_api/request.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ defmodule ElixirLokaliseApi.Request do
3838
{:ok, parsed_result} <- Processor.parse(response, module, opts[:type]) do
3939
{:ok, parsed_result}
4040
else
41+
# coveralls-ignore-start
4142
{:error, error} ->
4243
# HTTPoison error
43-
# coveralls-ignore-start
4444
{:error, error.reason}
45-
4645
# coveralls-ignore-end
4746

4847
{:error, data, status} ->

0 commit comments

Comments
 (0)