mirror of
https://github.com/apple/pkl.git
synced 2026-04-25 09:48:41 +02:00
Fix pkl spotless (#1279)
This commit is contained in:
@@ -60,6 +60,7 @@ enum class GrammarVersion(val version: Int, val versionSpan: String) {
|
||||
V2(2, "0.30+");
|
||||
|
||||
companion object {
|
||||
@JvmStatic
|
||||
fun latest(): GrammarVersion = entries.maxBy { it.version }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user