Skip to content

Commit

Permalink
Tweak last curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
drmohundro committed Mar 10, 2018
1 parent 0483ffe commit 4639386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/SWXMLHash.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ public class SWXMLHashOptions {

/// Detect XML parsing errors... defaults to false as this library will
/// attempt to handle HTML which isn't always XML-compatible
public var detectParsingErrors = false }
public var detectParsingErrors = false
}

/// Simple XML parser
public class SWXMLHash {
Expand Down

0 comments on commit 4639386

Please sign in to comment.