Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
djazayeri committed Mar 27, 2013
1 parent 323cf78 commit 1fa7ebd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1051,7 +1051,7 @@ private Patient getPatient(PID pid) throws HL7Exception {
if (patientId == null)
throw new HL7Exception("Could not resolve patient");

return Context.getPatientService().getPatient(patientId);
return Context.getPatientService().getPatient(patientId);
}

/**
Expand Down

0 comments on commit 1fa7ebd

Please sign in to comment.