Skip to content

Commit

Permalink
Merge pull request #22 from Nirma/clean_up_self
Browse files Browse the repository at this point in the history
Clean up unneeded use of self.
  • Loading branch information
Nicholas Maccharoli authored Apr 11, 2017
2 parents 2be83da + 28d1d2b commit 6df5ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Attributed/String+Attributed.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extension NSAttributedString {
extension NSMutableAttributedString {

public func add(_ attributes: Attributes, to range: NSRange) {
self.addAttributes(attributes.dictionary, range: range)
addAttributes(attributes.dictionary, range: range)
}

}

0 comments on commit 6df5ab4

Please sign in to comment.