Skip to content

Commit

Permalink
🎨 Reformatted Nova.swift
Browse files Browse the repository at this point in the history
Signed-off-by: Evan <[email protected]>
  • Loading branch information
BruceMcRooster committed Oct 27, 2024
1 parent 89130fa commit a6586c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/Nova/Nova.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import Foundation
public class Nova: @unchecked Sendable {

private init() {
fatalError("This class should not be instantiated")
}
fatalError("This class should not be instantiated")
}

internal struct APIKeys: Codable {
let openAI: String?
Expand All @@ -23,7 +23,7 @@ public class Nova: @unchecked Sendable {
return keys
}
}

public static func setup(teamID: String) {
guard !_isInitialized else {
fatalError("Attempted to configure the Nova SDK multiple times. Please only call setup once.")
Expand Down

0 comments on commit a6586c0

Please sign in to comment.