Skip to content

Indention issue with function header that specifies defaults and uses shorthand block syntax #276

@bbhoss

Description

@bbhoss
  defp notify_state_update(new_state, existing \\ nil)
  defp notify_state_update(new_state, existing) when new_state == existing, do: new_state
                                                                  defp notify_state_update(new_state, existing) do

                                                                  end

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions