style(swift): fix lint

This commit is contained in:
Peter Steinberger
2025-12-17 21:50:54 +01:00
parent 51bdf01e2e
commit 2b2376d4c0
5 changed files with 23 additions and 13 deletions

View File

@@ -66,4 +66,3 @@ public struct ClawdisChatSessionsListResponse: Codable, Sendable {
public let defaults: ClawdisChatSessionsDefaults?
public let sessions: [ClawdisChatSessionEntry]
}