Skip to content

Commit

Permalink
make credo happy again (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorneliaKelinske committed Jun 28, 2023
1 parent fe662ef commit c2de6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cache/sandbox.ex
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ defmodule Cache.Sandbox do

defp stringify_value(value) do
value
|> TermEncoder.encode_json( )
|> TermEncoder.encode_json()
|> TermEncoder.decode_json()
end

Expand Down

0 comments on commit c2de6c5

Please sign in to comment.