Skip to content

Commit

Permalink
v2.1 iOS - Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Dec 5, 2024
1 parent d9d4ae6 commit dc40e86
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ class CheetahDemoUITests: XCTestCase {
withExtension: "",
subdirectory: "test_resources/audio_samples")!

let cheetah = try Cheetah(accessKey: accessKey, modelPath: modelPath, enableAutomaticPunctuation: enableAutomaticPunctuation)
let cheetah = try Cheetah(
accessKey: accessKey,
modelPath: modelPath,
enableAutomaticPunctuation: enableAutomaticPunctuation)

let res: String = try processFile(cheetah: cheetah, fileURL: audioFileURL)
cheetah.delete()
Expand Down

0 comments on commit dc40e86

Please sign in to comment.