Apply spotless formatting

This commit is contained in:
Dan Chao
2025-11-03 12:01:35 -08:00
committed by Jen Basch
parent 8c82051a4b
commit 687ce0f97b
2 changed files with 4 additions and 2 deletions

View File

@@ -200,7 +200,8 @@ class Version {
else if (preRelease == other.preRelease)
false
else
let (result =
let (
result =
preReleaseIdentifiers
.zip(other.preReleaseIdentifiers)
.fold(null, (result, next) ->