Skip to content

Commit 66c7b96

Browse files
authored
VED:736 remove trailing space
1 parent b326003 commit 66c7b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/fhir_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def get_immunization_by_identifier(
7070

7171
if not imms_resp:
7272
base_url = f"{get_service_url()}/Immunization"
73-
response = form_json(imms_resp, None, None, base_url)
73+
response = form_json(imms_resp, None, None, base_url)
7474
return response
7575
else:
7676
base_url = f"{get_service_url()}/Immunization"

0 commit comments

Comments
 (0)