Skip to content

Commit 71d4987

Browse files
committed
Reduce line length
1 parent 787755d commit 71d4987

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Hummingbird/Server/RequestContext.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ public struct CoreRequestContextStorage: Sendable {
6363
/// - The origin that sent the request (IP address or otherwise)
6464
/// - The identity, such as a user, that is associated with this request
6565
///
66-
/// The context is a statically typed metadata container for the duration of a single request. It's used to store values between middleware and routes such as the user's identity.
66+
/// The context is a statically typed metadata container for the duration of a single request.
67+
/// It's used to store values between middleware and routes such as the user's identity.
6768
///
6869
/// The lifetime of a RequestContext should not exceed that of the request.
6970
public protocol RequestContext: InitializableFromSource, RequestContextSource {

0 commit comments

Comments
 (0)