Skip to content

Commit 941182d

Browse files
committed
Run formatter
1 parent 08eeffc commit 941182d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Sources/App/Assist/AssistView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ struct AssistView: View {
261261
.gray.opacity(0.5)
262262
}
263263
}
264-
264+
265265
private func foregroundForChatItemType(_ itemType: AssistChatItem.ItemType) -> Color {
266266
switch itemType {
267267
case .input, .error:
@@ -272,7 +272,7 @@ struct AssistView: View {
272272
.primary
273273
}
274274
}
275-
275+
276276
private func tintForChatItemType(_ itemType: AssistChatItem.ItemType) -> Color {
277277
switch itemType {
278278
case .input, .error:

Sources/Extensions/Watch/Assist/Views/ChatBubbleView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct ChatBubbleView: View {
3636
.gray.opacity(0.5)
3737
}
3838
}
39-
39+
4040
private func foregroundForChatItemType(_ itemType: AssistChatItem.ItemType) -> Color {
4141
switch itemType {
4242
case .input, .error:
@@ -47,7 +47,7 @@ struct ChatBubbleView: View {
4747
.primary
4848
}
4949
}
50-
50+
5151
private func tintForChatItemType(_ itemType: AssistChatItem.ItemType) -> Color {
5252
switch itemType {
5353
case .input, .error:

0 commit comments

Comments
 (0)