Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/nmdias/FeedKit
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdias committed Jan 31, 2025
2 parents be7a5b8 + 904b148 commit 7955f27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/XMLKit/XMLHeader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ public struct XMLHeader: Sendable {
public init(
version: String = "1.0",
encoding: String.Encoding = .utf8,
isStandalone: Bool? = nil) {
isStandalone: Bool? = nil
) {
self.version = version
self.encoding = encoding
self.isStandalone = isStandalone
Expand Down

0 comments on commit 7955f27

Please sign in to comment.