Remove trailing comma (#1315)

This commit is contained in:
Benedikt Johannes
2026-03-16 16:36:31 +01:00
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()