Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Mar 26, 2020
1 parent cc6b817 commit ccbe654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/quotes.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule Quotes do
File.read!(cwd <> "/quotes.json") |> Jason.decode!()
false -> # temporarily cd into deps/quotes dir and read quotes.json file:
File.cd!("deps/quotes", File.read!("quotes.json"))
|> Jason.decode!(data)
|> Jason.decode!()
# coveralls-ignore-stop
end
end
Expand Down

0 comments on commit ccbe654

Please sign in to comment.