Skip to content

Commit 8962b8b

Browse files
committed
Update sample
1 parent 672df35 commit 8962b8b

509 files changed

Lines changed: 509 additions & 509 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

samples/client/petstore/swift5/alamofireLibrary/PetstoreClient/Classes/OpenAPIs/Models/AdditionalPropertiesClass.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
import AnyCodable
1111
#endif
1212

13-
public struct AdditionalPropertiesClass: Codable, JSONEncodable, Hashable{
13+
public struct AdditionalPropertiesClass: Codable, JSONEncodable, Hashable {
1414

1515
public var mapString: [String: String]?
1616
public var mapMapString: [String: [String: String]]?

samples/client/petstore/swift5/alamofireLibrary/PetstoreClient/Classes/OpenAPIs/Models/Animal.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
import AnyCodable
1111
#endif
1212

13-
public struct Animal: Codable, JSONEncodable, Hashable{
13+
public struct Animal: Codable, JSONEncodable, Hashable {
1414

1515
public var className: String
1616
public var color: String? = "red"

samples/client/petstore/swift5/alamofireLibrary/PetstoreClient/Classes/OpenAPIs/Models/ApiResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
import AnyCodable
1111
#endif
1212

13-
public struct ApiResponse: Codable, JSONEncodable, Hashable{
13+
public struct ApiResponse: Codable, JSONEncodable, Hashable {
1414

1515
public var code: Int?
1616
public var type: String?

samples/client/petstore/swift5/alamofireLibrary/PetstoreClient/Classes/OpenAPIs/Models/ArrayOfArrayOfNumberOnly.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
import AnyCodable
1111
#endif
1212

13-
public struct ArrayOfArrayOfNumberOnly: Codable, JSONEncodable, Hashable{
13+
public struct ArrayOfArrayOfNumberOnly: Codable, JSONEncodable, Hashable {
1414

1515
public var arrayArrayNumber: [[Double]]?
1616

samples/client/petstore/swift5/alamofireLibrary/PetstoreClient/Classes/OpenAPIs/Models/ArrayOfNumberOnly.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
import AnyCodable
1111
#endif
1212

13-
public struct ArrayOfNumberOnly: Codable, JSONEncodable, Hashable{
13+
public struct ArrayOfNumberOnly: Codable, JSONEncodable, Hashable {
1414

1515
public var arrayNumber: [Double]?
1616

samples/client/petstore/swift5/alamofireLibrary/PetstoreClient/Classes/OpenAPIs/Models/ArrayTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
import AnyCodable
1111
#endif
1212

13-
public struct ArrayTest: Codable, JSONEncodable, Hashable{
13+
public struct ArrayTest: Codable, JSONEncodable, Hashable {
1414

1515
public var arrayOfString: [String]?
1616
public var arrayArrayOfInteger: [[Int64]]?

samples/client/petstore/swift5/alamofireLibrary/PetstoreClient/Classes/OpenAPIs/Models/Capitalization.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
import AnyCodable
1111
#endif
1212

13-
public struct Capitalization: Codable, JSONEncodable, Hashable{
13+
public struct Capitalization: Codable, JSONEncodable, Hashable {
1414

1515
public var smallCamel: String?
1616
public var capitalCamel: String?

samples/client/petstore/swift5/alamofireLibrary/PetstoreClient/Classes/OpenAPIs/Models/Cat.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
import AnyCodable
1111
#endif
1212

13-
public struct Cat: Codable, JSONEncodable, Hashable{
13+
public struct Cat: Codable, JSONEncodable, Hashable {
1414

1515
public var className: String
1616
public var color: String? = "red"

samples/client/petstore/swift5/alamofireLibrary/PetstoreClient/Classes/OpenAPIs/Models/CatAllOf.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
import AnyCodable
1111
#endif
1212

13-
public struct CatAllOf: Codable, JSONEncodable, Hashable{
13+
public struct CatAllOf: Codable, JSONEncodable, Hashable {
1414

1515
public var declawed: Bool?
1616

samples/client/petstore/swift5/alamofireLibrary/PetstoreClient/Classes/OpenAPIs/Models/Category.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
import AnyCodable
1111
#endif
1212

13-
public struct Category: Codable, JSONEncodable, Hashable{
13+
public struct Category: Codable, JSONEncodable, Hashable {
1414

1515
public var id: Int64?
1616
public var name: String? = "default-name"

0 commit comments

Comments
 (0)