Skip to content

Commit 9499a4c

Browse files
committed
Remove lazy
1 parent 7e7e982 commit 9499a4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Reindeers.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Reindeers"
33
s.summary = "XML in Swift"
4-
s.version = "2.1.0"
4+
s.version = "2.2.0"
55
s.homepage = "https://github.com/onmyway133/Reindeers"
66
s.license = 'MIT'
77
s.author = { "Khoa Pham" => "[email protected]" }

Sources/Element.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ open class Element: Equatable {
4545
return nil
4646
}()
4747

48-
public var content: String? = {
48+
public var content: String? {
4949
return xmlNodeGetContent(self.cNode).toString()
5050
}
5151

0 commit comments

Comments
 (0)