Skip to content

Commit

Permalink
apply sendable conformance to LogVerbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed May 2, 2024
1 parent 5bbeade commit 3ac8d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Automerge/Codable/LogVerbosity.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// A type that indicates the amount of logging to be exposed from the Automerge library.
public enum LogVerbosity: Int, Comparable, Equatable {
public enum LogVerbosity: Int, Comparable, Equatable, Sendable {
// DEVNOTE(heckj): Using an internal/custom enumeration to indicate
// these values because this library supports back to macOS 11.15
// when Unified Logging wasn't available on related platforms.
Expand Down

0 comments on commit 3ac8d6d

Please sign in to comment.