Skip to content

Commit

Permalink
Fix indentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Melvin Gundlach committed Jul 10, 2023
1 parent 9ed05f6 commit 9cb02ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -55,8 +55,8 @@ If the request to the API failed for any reason a `SendGridError` is thrown and

~~~~swift
do {
try await req.application.sendgrid.client.send(email)
try await req.application.sendgrid.client.send(email)
} catch let error as SendGridError {
req.logger.error("\(error)")
req.logger.error("\(error)")
}
~~~~

0 comments on commit 9cb02ab

Please sign in to comment.