Skip to content

Commit

Permalink
credo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmecklem committed Jul 24, 2020
1 parent a7c84af commit 7883784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bearings/dailies/daily.ex
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defmodule Bearings.Dailies.Daily do
timestamps()
end

def maybe_strip_private_markdown(%__MODULE__{} = daily, _include_private = true), do: daily
def maybe_strip_private_markdown(%__MODULE__{} = daily, true = _include_private), do: daily

def maybe_strip_private_markdown(%__MODULE__{} = daily, _include_private),
do: strip_private_markdown(daily)
Expand Down

0 comments on commit 7883784

Please sign in to comment.