Skip to content

Commit 9031b6a

Browse files
committed
minor refactor
1 parent 971af4f commit 9031b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaDeploymentDescriptor/DeploymentDefinition.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Foundation
55
//
66
public struct DeploymentDefinition {
77

8-
private var deployment : DeploymentDescriptor
8+
private let deployment : DeploymentDescriptor
99

1010
public init (
1111
// the description of the SAM template

0 commit comments

Comments
 (0)