Skip to content

Commit

Permalink
Remove whitespace to make swiftlint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
drmohundro authored Aug 26, 2017
1 parent 2cf92e8 commit cc4b25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/SWXMLHash.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class SWXMLHashOptions {
/// Matching element names, element values, attribute names, attribute values
/// will be case insensitive. This will not affect parsing (data does not change)
public var caseInsensitive = false

/// Encoding used for XML parsing. Default is set to UTF8
public var encoding = String.Encoding.utf8
}
Expand Down Expand Up @@ -88,7 +88,7 @@ public class SWXMLHash {
}
return parse(data)
}

/**
Begins parsing the passed in XML string.

Expand Down

0 comments on commit cc4b25d

Please sign in to comment.