after #1677 ```diff -# June 3, 2023 -nightly=2.13.12-bin-1a2373b +# July 3, 2023 +nightly=2.13.12-bin-7c63166 ``` Bisecting shows the problem to have started with https://github.com/scala/scala/pull/10392 ("IndexedSeq.head throws NoSuchElementException") https://scala-ci.typesafe.com/job/scala-2.13.x-jdk17-integrate-community-build/1239/artifact/logs/scalafmt-build.log ``` [scalafmt] [error] Failed tests: [scalafmt] [error] org.scalafmt.FidelityTest [scalafmt] [error] org.scalafmt.FormatTests ``` ``` [scalafmt] Caused by: java.util.NoSuchElementException: last of empty IndexedSeq ```
after #1677
Bisecting shows the problem to have started with scala/scala#10392 ("IndexedSeq.head throws NoSuchElementException")
https://scala-ci.typesafe.com/job/scala-2.13.x-jdk17-integrate-community-build/1239/artifact/logs/scalafmt-build.log