Skip to content

Commit 75d88c8

Browse files
committed
Add missing return
1 parent 1f07c78 commit 75d88c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift/example_code/glue/scenario/Sources/entry.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ struct ExampleCommand: ParsableCommand {
537537
)
538538
} catch {
539539
print("*** Unable to delete the database.")
540+
return false
540541
}
541542
return true
542543
}

0 commit comments

Comments
 (0)