remove space

This commit is contained in:
Pfeil, Scott Robert 2020-04-24 16:04:41 -04:00
parent 439a97c5d6
commit ac29a7d885
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ public class ListDeviceComplexLinkMediumModel: ListItemModel, MoleculeModelProto
try super.init(from: decoder)
}
public override func encode(to encoder: Encoder) throws {
public override func encode(to encoder: Encoder) throws {
try super.encode(to: encoder)
var container = encoder.container(keyedBy: CodingKeys.self)
try container.encode(moleculeName, forKey: .moleculeName)

View File

@ -47,7 +47,7 @@ public class ListDeviceComplexLinkSmallModel: ListItemModel, MoleculeModelProtoc
try super.init(from: decoder)
}
public override func encode(to encoder: Encoder) throws {
public override func encode(to encoder: Encoder) throws {
try super.encode(to: encoder)
var container = encoder.container(keyedBy: CodingKeys.self)
try container.encode(moleculeName, forKey: .moleculeName)