Skip to content

Commit

Permalink
- remove lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pablocarmu committed Feb 28, 2019
1 parent bd207b8 commit e846be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ownCloud/Viewer/DisplayHostViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class DisplayHostViewController: UIViewController {

let preferedExtension: OCExtension = matchedExtensions[0].extension

let extensionObject = preferedExtension.provideObject(for: context)
let extensionObject = preferedExtension.provideObject(for: context)

guard let controllerType = extensionObject as? (DisplayViewController & DisplayExtension) else {
return DisplayViewController()
Expand Down

0 comments on commit e846be3

Please sign in to comment.