scala-steward-org / scala-steward

:robot: A bot that helps you keep your projects up-to-date
Apache License 2.0
1.13k stars 491 forks source link

use foldMap instead of collectFold #3356

Open GreyPlane opened 2 months ago

GreyPlane commented 2 months ago

since fileAlg.createTemporarily is a total function, it's a little better to use foldMap rather than collectFold