mirror of
https://github.com/apple/container.git
synced 2026-08-29 11:56:37 +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