Skip to content

Commit 9e56419

Browse files
committed
fix swift-format
1 parent bb2ab3e commit 9e56419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Converse/Role.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ public struct Role: Codable, Sendable, Equatable {
4343
}
4444

4545
// custom encoding and decoding to handle string value with a "type" field
46-
//
46+
//
4747
// "message":{
4848
// "content":[
4949
// {"text":"This is the textcompletion for: This is a test"}
5050
// ],
5151
// "role":"assistant"
5252
// }},
53-
//
53+
//
5454
public init(from decoder: any Decoder) throws {
5555
let container = try decoder.singleValueContainer()
5656
let role = try container.decode(String.self)

0 commit comments

Comments
 (0)