Skip to content

Commit

Permalink
Make RemoteHelper Sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
fortmarek committed Sep 26, 2024
1 parent d7f9b84 commit c354693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProjectDescriptionHelpers/RemoteHelper.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

public struct RemoteHelper {
public struct RemoteHelper: Sendable {
let name: String

public init(name: String) {
Expand Down

0 comments on commit c354693

Please sign in to comment.