Skip to content

Commit 28bc5ff

Browse files
committed
swift-format
1 parent f14426b commit 28bc5ff

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Sources/AWSLambdaRuntime/Version.swift

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
/// The version of the AWS Lambda Runtime.
16-
///
17-
/// This is used in the User Agent header when making requests to the AWS Lambda data Plane.
18-
///
19-
/// - Note: This is a static property that returns the current version of the AWS Lambda Runtime.
20-
/// It is used to ensure that the runtime can be identified by the AWS Lambda service.
21-
/// As such, we mainly care about major version and minor version. Patch and pre-release versions are ignored.
15+
/// The version of the AWS Lambda Runtime.
16+
///
17+
/// This is used in the User Agent header when making requests to the AWS Lambda data Plane.
18+
///
19+
/// - Note: This is a static property that returns the current version of the AWS Lambda Runtime.
20+
/// It is used to ensure that the runtime can be identified by the AWS Lambda service.
21+
/// As such, we mainly care about major version and minor version. Patch and pre-release versions are ignored.
2222
package enum Version {
23-
/// The current version of the AWS Lambda Runtime.
24-
package static let current = "2.0"
25-
}
23+
/// The current version of the AWS Lambda Runtime.
24+
package static let current = "2.0"
25+
}

0 commit comments

Comments
 (0)