Skip to content

Commit b37ecca

Browse files
committed
swift-format
1 parent 69c1e15 commit b37ecca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Examples/MultiSourceAPI/Package.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ if let localDepsPath = Context.environment["LAMBDA_USE_LOCAL_DEPS"],
3434
{
3535
let indexToRemove = package.dependencies.firstIndex { dependency in
3636
switch dependency.kind {
37-
case .sourceControl(name: _, location: "https://github.com/awslabs/swift-aws-lambda-runtime.git", requirement: _):
37+
case .sourceControl(
38+
name: _,
39+
location: "https://github.com/awslabs/swift-aws-lambda-runtime.git",
40+
requirement: _
41+
):
3842
return true
3943
default:
4044
return false

0 commit comments

Comments
 (0)