Skip to content

Idempotence issue - if/else with comment #225

@DavisVaughan

Description

@DavisVaughan
{
  if (condition) x>=lower & x<=upper  # comment
  else           x> lower & x< upper
}

# one round of formatting
{
  if (condition)
    x >= lower & x <= upper else x > lower & x < upper # comment
}

# another round of formatting
{
  if (condition) x >= lower & x <= upper else x > lower & x < upper # comment
}

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