Skip to content

Commit

Permalink
fix whitespace formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jabberwoc committed May 20, 2022
1 parent 4e647e2 commit 92ac9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FhirPseudonymizer/GPasPseudonymizationProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public ProcessResult Process(ElementNode node, ProcessContext context = null,

// Pseudonymize the id part for "Reference.reference" node and
// pseudonymize whole input for other node types
if (node.IsReferenceStringNode() || IsReferenceUriNode(node, input) || IsConditionalElement(node,input))
if (node.IsReferenceStringNode() || IsReferenceUriNode(node, input) || IsConditionalElement(node, input))
{
// if the domain setting is not set,
// create a domain from the reference, ie "Patient/123" -> "Patient"
Expand Down

0 comments on commit 92ac9e3

Please sign in to comment.