Skip to content

Commit 4f4c983

Browse files
author
David Ungar
committed
remove unneeded else
1 parent 1f583b1 commit 4f4c983

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/SwiftDriver/Incremental Compilation/InputInfo.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ fileprivate extension ProcessResult {
8686
if case let .terminated(exitCode) = exitStatus, exitCode == 0 {
8787
return true
8888
}
89-
else {return false}
90-
}
89+
return false
9190
}
9291

9392
// MARK: - reading

0 commit comments

Comments
 (0)