Skip to content

Commit

Permalink
CMOB-1383: Silence warning (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrmarin authored and kerr-marinmiller-hs committed Sep 18, 2018
1 parent 74d4407 commit c1bcd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TokenTextViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ open class TokenTextViewController: UIViewController, UITextViewDelegate, NSLayo
}

fileprivate var viewAsTextView: UITextView! {
return view as! UITextView
return (view as! UITextView)
}

fileprivate var tokenTextStorage: TokenTextViewTextStorage {
Expand Down

0 comments on commit c1bcd9b

Please sign in to comment.