mirror of
https://github.com/apple/container.git
synced 2026-07-13 21:17:05 +00:00
Remove trailing comma (#1315)
This commit is contained in:
committed by
GitHub
parent
24f6b747f1
commit
3bd0aa7160
@@ -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