Skip to content

Missing else

Writing

if (...) {
  ...
  continue;
} if (...) {
  ...
  continue;
} else {
  ...
}

is a bit confusing, I think. I've added two missing "else" keywords.

Merge request reports