Skip to content

Commit

Permalink
Conform Key to Sendable (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
zshannon authored Mar 30, 2024
1 parent 4fa210c commit 42e4361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/Sauce/Key.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Foundation
import Carbon

// swiftlint:disable file_length function_body_length type_body_length identifier_name
public enum Key: String, Codable, Equatable {
public enum Key: String, Codable, Equatable, Sendable {
case a
case s
case d
Expand Down

0 comments on commit 42e4361

Please sign in to comment.