Skip to content

Commit e4dc823

Browse files
authored
Merge pull request #9 from kkebo/sendable
2 parents c2bf7fb + 128f52b commit e4dc823

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)