Skip to content

Commit

Permalink
test status check
Browse files Browse the repository at this point in the history
  • Loading branch information
flexlixrup committed Feb 15, 2025
1 parent c62d0f5 commit 8cea3b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Sources/PulsarExample/PulsarExample.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ struct PulsarExample {
func connect(eventLoopGroup: EventLoopGroup) async throws {
var msgCount = 0
var clientCertPath: String? {
Bundle.module.path(forResource: "client-cert", ofType: "pem")
Bundle.module.path(
forResource: "client-cert",
ofType: "pem"
)
}

var clientKeyPath: String? {
Expand Down

0 comments on commit 8cea3b8

Please sign in to comment.