Skip to content

Commit 058e508

Browse files
committed
[NRL-1631] Remove extra space in log message
1 parent bc5e503 commit 058e508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer/nrlf/core/log_references.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ class LogReference(Enum):
271271
"INFO", "Preserved .date field when creating new document reference"
272272
)
273273
PROCREATE012 = _Reference(
274-
"WARN", "Existing pointers found for patient during create operation"
274+
"WARN", "Existing pointers found for patient during create operation"
275275
)
276276
PROCREATE999 = _Reference(
277277
"INFO", "Successfully completed producer createDocumentReference"

0 commit comments

Comments
 (0)