Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
portellaa committed Mar 15, 2020
1 parent dd33b13 commit f52f198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XMLCoder/Encoder/XMLEncoder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ open class XMLEncoder {
let attributes = rootAttributes.map(Attribute.init)

let elementOrNone: XMLCoderElement?

let rootKey = rootKey ?? "\(T.self)"

if let keyedBox = topLevel as? KeyedBox {
Expand Down

0 comments on commit f52f198

Please sign in to comment.