Skip to content

Commit f52f198

Browse files
committed
fix linting
1 parent dd33b13 commit f52f198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XMLCoder/Encoder/XMLEncoder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ open class XMLEncoder {
338338
let attributes = rootAttributes.map(Attribute.init)
339339

340340
let elementOrNone: XMLCoderElement?
341-
341+
342342
let rootKey = rootKey ?? "\(T.self)"
343343

344344
if let keyedBox = topLevel as? KeyedBox {

0 commit comments

Comments
 (0)