Skip to content

Commit 4ebee10

Browse files
committed
make fmt
1 parent 6fd1647 commit 4ebee10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Services/ContainerAPIService/Server/Containers/ContainersService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ public actor ContainersService {
697697

698698
let bundle = ContainerResource.Bundle(path: path)
699699
do {
700-
let config = try bundle.configuration
700+
let config = try bundle.configuration
701701
return config
702702
} catch {
703703
return nil

0 commit comments

Comments
 (0)