Skip to content

Commit

Permalink
Remove bogus character
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Oct 5, 2018
1 parent ebcf4da commit 737310a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class SystemPreferenceCollectionViewController: NSViewController, NSCollectionVi
}

func collectionView(_ collectionView: NSCollectionView, didSelectItemsAt indexPaths: Set<IndexPath>) {
guard let indexPath = indexPaths.first else { return }
guard let indexPath = indexPaths.first else { return }

collectionView.deselectAll(nil)
let model = dataSource.model(at: indexPath)
Expand Down

0 comments on commit 737310a

Please sign in to comment.