mirror of
https://github.com/apple/container.git
synced 2026-09-01 13:25:45 +00:00
Remove trailing comma (#1315)
This commit is contained in:
@@ -60,7 +60,7 @@ public struct NetworkConfiguration: Codable, Sendable, Identifiable {
|
||||
ipv4Subnet: CIDRv4? = nil,
|
||||
ipv6Subnet: CIDRv6? = nil,
|
||||
labels: [String: String] = [:],
|
||||
pluginInfo: NetworkPluginInfo,
|
||||
pluginInfo: NetworkPluginInfo
|
||||
) throws {
|
||||
self.id = id
|
||||
self.creationDate = Date()
|
||||
|
||||
Reference in New Issue
Block a user