aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuidomain/formats/json/hypothesis/ApiHypothesis.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/xyz/driver/pdsuidomain/formats/json/hypothesis/ApiHypothesis.scala')
-rw-r--r--src/main/scala/xyz/driver/pdsuidomain/formats/json/hypothesis/ApiHypothesis.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/xyz/driver/pdsuidomain/formats/json/hypothesis/ApiHypothesis.scala b/src/main/scala/xyz/driver/pdsuidomain/formats/json/hypothesis/ApiHypothesis.scala
index 0d6763c..7446ec3 100644
--- a/src/main/scala/xyz/driver/pdsuidomain/formats/json/hypothesis/ApiHypothesis.scala
+++ b/src/main/scala/xyz/driver/pdsuidomain/formats/json/hypothesis/ApiHypothesis.scala
@@ -15,7 +15,7 @@ object ApiHypothesis {
(JsPath \ "name").format[String] and
(JsPath \ "treatmentType").format[String] and
(JsPath \ "description").format[String]
- ) (ApiHypothesis.apply, unlift(ApiHypothesis.unapply))
+ )(ApiHypothesis.apply, unlift(ApiHypothesis.unapply))
def fromDomain(hypothesis: Hypothesis) = ApiHypothesis(
id = hypothesis.id.id,