Skip to content

Commit

Permalink
Merge pull request #822 from adrianomitre/block_pipe_doc_minor_fix
Browse files Browse the repository at this point in the history
BlockPipe refactor example minor fix
  • Loading branch information
rrrene committed Nov 5, 2020
2 parents 247fc91 + 19f0748 commit 179da52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/credo/check/readability/block_pipe.ex
Expand Up @@ -26,7 +26,7 @@ defmodule Credo.Check.Readability.BlockPipe do
|> Enum.sort()
case maybe_nested_lists do
[[_h|_t]|_] = true
[[_h|_t]|_] -> true
_-> false
end
Expand Down

0 comments on commit 179da52

Please sign in to comment.