Skip to content

Commit

Permalink
Restore format
Browse files Browse the repository at this point in the history
  • Loading branch information
vinocher-bc committed May 1, 2024
1 parent 9570e6a commit f160f61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/WebDriver/Session.swift
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ public class Session {
}

deinit {
do { try delete() } catch let error as ErrorResponse {
do { try delete() }
catch let error as ErrorResponse {
assertionFailure("Error in Session.delete: \(error)")
} catch {
assertionFailure("Unexpected error in Session.delete: \(error)")
Expand Down

0 comments on commit f160f61

Please sign in to comment.