style: fix lint formatting
This commit is contained in:
@@ -23,7 +23,7 @@ struct SkillStatus: Codable, Identifiable {
|
||||
let configChecks: [SkillStatusConfigCheck]
|
||||
let install: [SkillInstallOption]
|
||||
|
||||
var id: String { name }
|
||||
var id: String { self.name }
|
||||
}
|
||||
|
||||
struct SkillRequirements: Codable {
|
||||
@@ -43,7 +43,7 @@ struct SkillStatusConfigCheck: Codable, Identifiable {
|
||||
let value: AnyCodable?
|
||||
let satisfied: Bool
|
||||
|
||||
var id: String { path }
|
||||
var id: String { self.path }
|
||||
}
|
||||
|
||||
struct SkillInstallOption: Codable, Identifiable {
|
||||
|
||||
Reference in New Issue
Block a user