refactor: add missing space in generated string
This commit is contained in:
parent
b39d60f46c
commit
4129fcf8a8
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class Generator {
|
|||
val compatiblePackage = patch.compatiblePackages?.first()
|
||||
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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue