Skip to content

Commit a8bde6b

Browse files
committed
fix swift format
1 parent 9be6faa commit a8bde6b

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

web-playground/backend/Sources/PlaygroundAPI/Types/Chat.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
//
1414
//===----------------------------------------------------------------------===//
1515

16+
import BedrockService
1617
import Foundation
1718
import Hummingbird
1819

19-
import BedrockService
20-
2120
extension Message: @retroactive ResponseCodable {}
2221

2322
struct ChatInput: Codable {

web-playground/backend/Sources/PlaygroundAPI/Types/ImageGeneration.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
//
1414
//===----------------------------------------------------------------------===//
1515

16+
import BedrockService
1617
import Foundation
1718
import Hummingbird
1819

19-
import BedrockService
20-
2120
extension ImageGenerationOutput: @retroactive ResponseCodable {}
2221

2322
struct ImageGenerationInput: Codable {

web-playground/backend/Sources/PlaygroundAPI/Types/ListModels.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
//
1414
//===----------------------------------------------------------------------===//
1515

16+
import BedrockService
1617
import Foundation
1718
import Hummingbird
1819

19-
import BedrockService
20-
2120
extension ModelSummary: @retroactive ResponseEncodable {}

web-playground/backend/Sources/PlaygroundAPI/Types/TextGeneration.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
//
1414
//===----------------------------------------------------------------------===//
1515

16+
import BedrockService
1617
import Foundation
1718
import Hummingbird
1819

19-
import BedrockService
20-
2120
extension TextCompletion: @retroactive ResponseCodable {}
2221

2322
struct TextCompletionInput: Codable {

0 commit comments

Comments
 (0)