mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-10 15:39:23 +01:00
refactor: add missing space in generated string
This commit is contained in:
parent
26bf1d818f
commit
acc0e0abfe
@ -23,7 +23,7 @@ class Generator {
|
|||||||
val compatiblePackage = patch.compatiblePackages?.first()
|
val compatiblePackage = patch.compatiblePackages?.first()
|
||||||
val latestVersion = compatiblePackage?.versions?.maxByOrNull { it.replace(".", "").toInt() } ?: "all"
|
val latestVersion = compatiblePackage?.versions?.maxByOrNull { it.replace(".", "").toInt() } ?: "all"
|
||||||
|
|
||||||
patches.appendLine("| `$patchName` | ${patch.description} | `${compatiblePackage?.name}`| $latestVersion |")
|
patches.appendLine("| `$patchName` | ${patch.description} | `${compatiblePackage?.name}` | $latestVersion |")
|
||||||
}
|
}
|
||||||
|
|
||||||
val readMeTemplateFile = File("README-template.md")
|
val readMeTemplateFile = File("README-template.md")
|
||||||
|
Loading…
Reference in New Issue
Block a user