Skip to content

Commit

Permalink
refact: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
makinosp committed Oct 1, 2024
1 parent 8344280 commit e66dcd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/VRCKit/Models/UnityPackage/UnityPackageModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import MemberwiseInit
@MemberwiseInit(.public)
public struct UnityPackage: Sendable, Identifiable, Hashable {
public let id: String
@InitWrapper(type: SafeDecoding<URL>) @SafeDecoding public var assetUrl: URL?
@InitWrapper(type: SafeDecoding<URL>)
@SafeDecoding public var assetUrl: URL?
public let assetVersion: Int
public let createdAt: OptionalISO8601Date
public let platform: Platform
Expand Down

0 comments on commit e66dcd0

Please sign in to comment.