Skip to content

Commit 5ce28de

Browse files
authored
chore: Fix Swiftlint issue (#570)
1 parent 35fc5ed commit 5ce28de

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/ClientRuntime/Serialization/SerializationUtils/TimestampSerdeUtils.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ struct TimestampEncodable: Encodable {
9090
let date: Date
9191
let format: TimestampFormat
9292

93-
init(date: Date, format: TimestampFormat) {
94-
self.date = date
95-
self.format = format
96-
}
97-
9893
/// Encodes the date according to the format.
9994
func encode(to encoder: Encoder) throws {
10095
var container = encoder.singleValueContainer()

0 commit comments

Comments
 (0)