Skip to content

Commit 1483b46

Browse files
committed
Fix Swift 6 build
1 parent 52adbb5 commit 1483b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SmithyCodegenCore/ModelTransformer/Model+Box.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extension Model {
2626
}
2727
}
2828

29-
private var affectedServices = [
29+
private let affectedServices = [
3030
"com.amazonaws.ec2#AmazonEC2",
3131
"com.amazonaws.nimble#nimble",
3232
"com.amazonaws.amplifybackend#AmplifyBackend",

0 commit comments

Comments
 (0)