Skip to content

Commit a0eaaae

Browse files
author
Bot
committed
Fixed formating issues
1 parent 9bdcef0 commit a0eaaae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Testcontainers/DockerClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public enum DockerClientError: Error {
2626
/// A Docker client wrapper for Testcontainers, built on top of DockerClientSwift.
2727
/// Provides container lifecycle management, image operations, and network support.
2828
public class TestcontainersDockerClient: @unchecked Sendable {
29-
private struct SharedState: Sendable {
29+
private enum SharedState {
3030
static let lock = NSLock()
3131
// Use a mutable class wrapper stored inside the lock-protected section
3232
}

0 commit comments

Comments
 (0)