Skip to content

Commit

Permalink
add public init in existence file
Browse files Browse the repository at this point in the history
  • Loading branch information
patricioxavier8 committed Nov 11, 2024
1 parent 055200d commit 9e4c73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/InternxtSwiftCore/Types/DriveTypes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ public struct ExistenceFile: Encodable {
public let plainName: String
public let type: String

init(plainName: String, type: String) {
public init(plainName: String, type: String) {
self.plainName = plainName
self.type = type
}
Expand Down

0 comments on commit 9e4c73e

Please sign in to comment.