Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Sep 11, 2018
1 parent 4db4372 commit 60096f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/xcodeproj/Objects/Project/PBXProj.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ public final class PBXProj: Decodable {
/// Project root object.
public var rootObject: PBXProject? {
set {
// swiftlint:disable:next force_try
rootObjectReference = rootObject?.reference
}
get {
// swiftlint:disable:next force_try
return try! rootObjectReference?.object()
}
}
Expand Down

0 comments on commit 60096f0

Please sign in to comment.