Skip to content

Commit 267f26f

Browse files
committed
feat: adopt Sendable
1 parent 2da5df8 commit 267f26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PlaygroundHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22
import Logging
33

4-
public struct PlaygroundHandler {
4+
public struct PlaygroundHandler: Sendable {
55
private let label: String
66
private var prettyMetadata: String?
77
public var metadata = Logger.Metadata() {

0 commit comments

Comments
 (0)