Skip to content

Commit

Permalink
Minor improvement
Browse files Browse the repository at this point in the history
Make it more Swifty.
  • Loading branch information
sunnyyoung committed Apr 13, 2018
1 parent d1f7a28 commit fc73035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Kingfisher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public protocol KingfisherCompatible {

public extension KingfisherCompatible {
public var kf: Kingfisher<Self> {
get { return Kingfisher(self) }
return Kingfisher(self)
}
}

Expand Down

0 comments on commit fc73035

Please sign in to comment.