Skip to content

Commit c497140

Browse files
committed
swift format
1 parent 7fdbd36 commit c497140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/AWSLambdaPackager/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ struct AWSLambdaPackager: CommandPlugin {
128128
print("building \"\(product.name)\"")
129129
let buildCommand =
130130
"swift build -c \(buildConfiguration.rawValue) --product \(product.name) --static-swift-stdlib"
131-
if let localPath = ProcessInfo.processInfo.environment["LAMBDA_USE_LOCAL_DEPS"] {
131+
if let localPath = ProcessInfo.processInfo.environment["LAMBDA_USE_LOCAL_DEPS"] {
132132
// when developing locally, we must have the full swift-aws-lambda-runtime project in the container
133133
// because Examples' Package.swift have a dependency on ../..
134134
// just like Package.swift's examples assume ../.., we assume we are two levels below the root project

0 commit comments

Comments
 (0)