mirror of
https://github.com/apple/container.git
synced 2026-08-28 19:36:31 +00:00
@@ -60,7 +60,6 @@ extension PluginLoader {
|
||||
}
|
||||
|
||||
var lines = original.split(separator: "\n").map { String($0) }
|
||||
let footer = String(lines.removeLast())
|
||||
|
||||
let sectionHeader = "PLUGINS:"
|
||||
lines.append(sectionHeader)
|
||||
@@ -69,8 +68,6 @@ extension PluginLoader {
|
||||
let helpText = plugin.helpText(padding: 24)
|
||||
lines.append(helpText)
|
||||
}
|
||||
lines.append("")
|
||||
lines.append(footer)
|
||||
|
||||
return lines.joined(separator: "\n")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user