Skip to content

Commit 33698ed

Browse files
committed
swift-format
1 parent a918a1c commit 33698ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tests/AWSLambdaEventsTests/Utils/DateWrapperTests.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ struct DateWrapperTests {
6464

6565
let date = "2020-03-26T16:53:05Z" // missing fractional seconds
6666
let json = #"{"date":"\#(date)"}"#
67-
#if swift(<6.2)
67+
#if swift(<6.2)
6868
let error = (any Error).self
69-
#else
69+
#else
7070
let error = Never.self
71-
#endif
71+
#endif
7272
#expect(throws: error) {
73-
try JSONDecoder().decode(TestEvent.self, from: json.data(using: .utf8)!)
73+
try JSONDecoder().decode(TestEvent.self, from: json.data(using: .utf8)!)
7474
}
7575
}
7676

0 commit comments

Comments
 (0)