Skip to content

Commit

Permalink
Merge pull request #37 from msdrigg/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar committed Jun 16, 2024
2 parents 37875aa + 97ae3d7 commit 6f3cb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Opus/Opus.Application.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
extension Opus {
public struct Application: Equatable, RawRepresentable, ExpressibleByIntegerLiteral {
public struct Application: Equatable, RawRepresentable, ExpressibleByIntegerLiteral, Sendable {
public typealias IntegerLiteralType = Int32
public var rawValue: IntegerLiteralType

Expand Down

0 comments on commit 6f3cb6b

Please sign in to comment.