Skip to content

Commit

Permalink
Update swift-version control.
Browse files Browse the repository at this point in the history
  • Loading branch information
status302 committed Oct 1, 2017
1 parent 385f1d9 commit 50baf5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
3.0
4.0
2 changes: 1 addition & 1 deletion FontAwesomeKit/FontLoader.swift
Expand Up @@ -27,7 +27,7 @@ class FontLoader {
do {
let data = try Data(contentsOf: fontURL)
guard let provider = CGDataProvider(data: data as CFData) else {
return
return
}
let font: CGFont
#if swift(>=3.2)
Expand Down

0 comments on commit 50baf5b

Please sign in to comment.