Skip to content

Commit 4c399aa

Browse files
committed
lint & fmt
1 parent 09103e1 commit 4c399aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/update-appcast/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
.executableTarget(
1717
name: "update-appcast", dependencies: [
1818
.product(name: "ArgumentParser", package: "swift-argument-parser"),
19-
.product(name: "Parsley", package: "Parsley")
19+
.product(name: "Parsley", package: "Parsley"),
2020
]
2121
),
2222
]

scripts/update-appcast/Sources/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ struct UpdateAppcast: AsyncParsableCommand {
9898
item.addChild(XMLElement(name: "title", stringValue: "Preview"))
9999
}
100100

101-
if let description {
101+
if let description {
102102
let description = description.replacingOccurrences(of: #"\r\n"#, with: "\n")
103103
let descriptionDoc: Document
104104
do {

0 commit comments

Comments
 (0)