Whitespace fix to issue 597

This commit is contained in:
Justin Dar 2021-09-07 11:34:58 -07:00
parent 19d255636c
commit 62c9fe5a7c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public enum ResourceType {
public static ResourceType fromCode(String code) throws FHIRException {;
{{types-fromCode}}
throw new FHIRException("Unknown resource type"+code);
throw new FHIRException("Unknown resource type "+code);
}
}