From ce6973573e67214340fda451ee84171ea98f9a7c Mon Sep 17 00:00:00 2001 From: vlad Date: Sat, 1 Jul 2017 00:57:35 -0700 Subject: Simplifying SendGridMailService + not generate scaladoc --- .../driver/pdsuidomain/formats/json/export/ApiExportPatientLabel.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientLabel.scala') diff --git a/src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientLabel.scala b/src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientLabel.scala index 78a73a6..3deccbf 100644 --- a/src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientLabel.scala +++ b/src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientLabel.scala @@ -12,7 +12,7 @@ object ApiExportPatientLabel { (JsPath \ "labelId").format[String] and (JsPath \ "labelName").format[String] and (JsPath \ "evidence").format[List[ApiExportPatientLabelEvidence]] - ) (ApiExportPatientLabel.apply, unlift(ApiExportPatientLabel.unapply)) + )(ApiExportPatientLabel.apply, unlift(ApiExportPatientLabel.unapply)) def fromDomain(label: ExportPatientLabel) = ApiExportPatientLabel( id = label.id.toString, -- cgit v1.2.3