Skip to content

Commit b28f8d3

Browse files
committed
style: format
1 parent 099f8ea commit b28f8d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/src/registry/data_operation_registry.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,9 @@ class DataOperationRegistry {
333333
_log.warning(
334334
'User ${authenticatedUser.id} attempted to create a second engagement for entity ${engagementToCreate.entityId}.',
335335
);
336-
throw const ConflictException('An engagement for this item already exists.');
336+
throw const ConflictException(
337+
'An engagement for this item already exists.',
338+
);
337339
}
338340

339341
// Limit Check: Delegate to the centralized service.

0 commit comments

Comments
 (0)