Skip to content

Commit

Permalink
Fix some whitespace issues and similar
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Nov 28, 2024
1 parent 1784b23 commit fd2938a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/viper/silver/parser/ParseAstKeyword.scala
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class PDelimited[+T, +D](
case Some(p: PSym.Comma) => rs()
case None => rn()
case _ => rlb()
};
}

showAny(first) <>
inner.foldLeft(rn())((acc, b) => acc <> showAny(b._1) <> separator <> showAny(b._2)) <>
Expand Down

0 comments on commit fd2938a

Please sign in to comment.