Skip to content

Commit 4eca34a

Browse files
committed
There is no 'try'
1 parent 38c1160 commit 4eca34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/SafeDIPrebuiltGenerator/SafeDIGenerateDependencyTree.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ extension Target {
219219
throw NoReleaseBinaryFoundError()
220220
}
221221

222-
return try [
222+
return [
223223
.buildCommand(
224224
displayName: "SafeDIGenerateDependencyTree",
225225
executable: toolLocation,

0 commit comments

Comments
 (0)