feat: Removes unused files.
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import Foundation
|
||||
|
||||
extension Double {
|
||||
|
||||
func ensurePostive() -> Self {
|
||||
if self < 0 { return self * -1 }
|
||||
return self
|
||||
}
|
||||
}
|
||||
@@ -85,8 +85,4 @@ public extension HVACSystemPerformance.Request {
|
||||
throw ValidationError(message: "System size should be greater than 0.")
|
||||
}
|
||||
}
|
||||
|
||||
struct ValidationError: Error {
|
||||
let message: String
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user