Skip to content

Commit

Permalink
Making dataPathSize optional (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
aegzorz authored Mar 14, 2024
1 parent 96d7536 commit 43e97b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SimulatorServices/Components/Device.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Foundation

public struct Device: Decodable, Equatable {
public let dataPath: Path // URL?
public let dataPathSize: Int
public let dataPathSize: Int?
public let logPath: Path // URL?
public let udid: UUID
public let isAvailable: Bool
Expand Down

0 comments on commit 43e97b3

Please sign in to comment.