Skip to content

Commit

Permalink
Make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Oct 5, 2024
1 parent e03a45b commit 39f8899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/SendGridTests/Helpers/isLoggingConfigured.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ let isLoggingConfigured: Bool = {
return handler
}
return true
}()
}()
2 changes: 1 addition & 1 deletion Tests/SendGridTests/Helpers/withApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ func withApp(_ body: (Application) async throws -> Void) async throws {
try #require(isLoggingConfigured == true)
try await body(app)
try await app.asyncShutdown()
}
}

0 comments on commit 39f8899

Please sign in to comment.