Skip to content

Commit b21fffa

Browse files
committed
swift format
1 parent 438f4cb commit b21fffa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Sources/AWSLambdaRuntime/FoundationSupport/Context+Foundation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ extension LambdaContext {
2525
return Date(timeIntervalSince1970: secondsSinceEpoch)
2626
}
2727
}
28-
#endif // trait: FoundationJSONSupport
28+
#endif // trait: FoundationJSONSupport

Sources/AWSLambdaRuntime/FoundationSupport/Lambda+JSON.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ extension LambdaRuntime {
135135
self.init(handler: handler)
136136
}
137137
}
138-
#endif // trait: FoundationJSONSupport
138+
#endif // trait: FoundationJSONSupport

Sources/AWSLambdaRuntime/FoundationSupport/Vendored/ByteBuffer-foundation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ extension ByteBuffer {
105105
}
106106
}
107107
}
108-
#endif // trait: FoundationJSONSupport
108+
#endif // trait: FoundationJSONSupport

Sources/AWSLambdaRuntime/FoundationSupport/Vendored/JSON+ByteBuffer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ extension JSONEncoder {
148148
return buffer
149149
}
150150
}
151-
#endif // trait: FoundationJSONSupport
151+
#endif // trait: FoundationJSONSupport

0 commit comments

Comments
 (0)