Skip to content

Commit

Permalink
fix breaking change
Browse files Browse the repository at this point in the history
Co-authored-by: Joannis Orlandos <[email protected]>
  • Loading branch information
michalbencur and Joannis authored Jul 19, 2024
1 parent 2664a6e commit 4b939ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Citadel/SFTP/SFTPFileFlags.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Foundation

// pflags
public struct SFTPOpenFileFlags: OptionSet, CustomDebugStringConvertible, Sendable {
public let rawValue: UInt32
public var rawValue: UInt32

public init(rawValue: UInt32) {
self.rawValue = rawValue
Expand Down

0 comments on commit 4b939ad

Please sign in to comment.