We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530d0c4 commit 665efb1Copy full SHA for 665efb1
Sources/pkl-gen-swift/PklGenSwift.swift
@@ -19,7 +19,7 @@ import Foundation
19
import PklSwift
20
import SystemPackage
21
22
-let VERSION = String(decoding: Data(PackageResources.VERSION_txt), as: UTF8.self)
+let VERSION = String(decoding: Data(PackageResources.VERSION_txt), as: UTF8.self).trimmingCharacters(in: .whitespacesAndNewlines)
23
24
struct ConsoleOutputStream: TextOutputStream {
25
mutating func write(_ string: String) {
0 commit comments