Skip to content

Commit c4ffe59

Browse files
committed
fix format
1 parent e045fa6 commit c4ffe59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaEvents/AWSRegion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public struct AWSRegion: RawRepresentable, Equatable, Sendable {
5858
Self.sa_east_1,
5959
Self.me_central_1,
6060
Self.me_south_1,
61-
Self.il_central_1
61+
Self.il_central_1,
6262
]
6363

6464
public static var af_south_1: Self { AWSRegion(rawValue: "af-south-1")! }

0 commit comments

Comments
 (0)