Skip to content

Commit 7955f27

Browse files
committed
2 parents be7a5b8 + 904b148 commit 7955f27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/XMLKit/XMLHeader.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ public struct XMLHeader: Sendable {
4141
public init(
4242
version: String = "1.0",
4343
encoding: String.Encoding = .utf8,
44-
isStandalone: Bool? = nil) {
44+
isStandalone: Bool? = nil
45+
) {
4546
self.version = version
4647
self.encoding = encoding
4748
self.isStandalone = isStandalone

0 commit comments

Comments
 (0)