Skip to content

Commit

Permalink
Add Sendable to AWSShapeOptions (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidepelican authored Mar 5, 2024
1 parent e49b4dc commit ca31cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SotoCore/Doc/AWSShape.swift
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public extension AWSEncodableShape {
public protocol AWSDecodableShape: AWSShape & Decodable {}

/// AWSShape options.
public struct AWSShapeOptions: OptionSet {
public struct AWSShapeOptions: OptionSet, Sendable {
public var rawValue: Int

public init(rawValue: Int) {
Expand Down

0 comments on commit ca31cbd

Please sign in to comment.