fix(ios): satisfy watch screenshot SwiftFormat · openclaw/openclaw@1fc04ac
vincentkoc
·
2026-06-16
·
via Recent Commits to openclaw:main
File tree
apps/ios/WatchExtension/Sources
| Original file line number | Diff line number | Diff line change |
|---|
@@ -169,12 +169,12 @@ extension WatchInboxStore {
|
169 | 169 | id: "watch-screenshot-user-chat", |
170 | 170 | role: "user", |
171 | 171 | text: "What's on deck?", |
172 | | - timestampMs: sentAtMs - 90_000), |
| 172 | + timestampMs: sentAtMs - 90000), |
173 | 173 | WatchChatItem( |
174 | 174 | id: "watch-screenshot-molty-chat", |
175 | 175 | role: "assistant", |
176 | 176 | text: "Gateway is online and ready.", |
177 | | - timestampMs: sentAtMs - 30_000), |
| 177 | + timestampMs: sentAtMs - 30000), |
178 | 178 | ], |
179 | 179 | chatStatusText: "Live gateway conversation", |
180 | 180 | sentAtMs: sentAtMs, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。