Skip to content

Commit a2ad4e8

Browse files
committed
chore(format): code format
1 parent 1851298 commit a2ad4e8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Sources/JobsPostgres/PostgresJobsQueue.swift

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,12 @@ public final class PostgresJobQueue: JobQueueDriver {
130130
try await self.updateJobsOnInit(withStatus: .failed, onInit: self.configuration.failedJobsInitialization, connection: connection)
131131
}
132132
} catch let error as PSQLError {
133-
logger.error("JobQueue initialization failed", metadata: [
134-
"error": "\(String(reflecting: error))"
135-
])
133+
logger.error(
134+
"JobQueue initialization failed",
135+
metadata: [
136+
"error": "\(String(reflecting: error))"
137+
]
138+
)
136139
throw error
137140
}
138141
}

0 commit comments

Comments
 (0)