mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 09:02:02 +03:00
style(swift): run swiftformat + swiftlint autocorrect
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import OpenClawProtocol
|
||||
import Foundation
|
||||
import OpenClawProtocol
|
||||
|
||||
struct SkillsStatusReport: Codable {
|
||||
let workspaceDir: String
|
||||
@@ -25,7 +25,9 @@ struct SkillStatus: Codable, Identifiable {
|
||||
let configChecks: [SkillStatusConfigCheck]
|
||||
let install: [SkillInstallOption]
|
||||
|
||||
var id: String { self.name }
|
||||
var id: String {
|
||||
self.name
|
||||
}
|
||||
}
|
||||
|
||||
struct SkillRequirements: Codable {
|
||||
@@ -45,7 +47,9 @@ struct SkillStatusConfigCheck: Codable, Identifiable {
|
||||
let value: AnyCodable?
|
||||
let satisfied: Bool
|
||||
|
||||
var id: String { self.path }
|
||||
var id: String {
|
||||
self.path
|
||||
}
|
||||
}
|
||||
|
||||
struct SkillInstallOption: Codable, Identifiable {
|
||||
|
||||
Reference in New Issue
Block a user