From 2f8d751792de20a7b3a8d8a589531675778978d9 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Mon, 8 Nov 2021 14:45:12 +0100 Subject: [PATCH] STY: formatting --- proto/caosdb/entity/v1/main.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proto/caosdb/entity/v1/main.proto b/proto/caosdb/entity/v1/main.proto index 224d1af..ce0f1ea 100644 --- a/proto/caosdb/entity/v1/main.proto +++ b/proto/caosdb/entity/v1/main.proto @@ -294,7 +294,8 @@ enum MessageCode { // This reference cannot be identified due to name duplicates. MESSAGE_CODE_REFERENCE_NAME_DUPLICATES = 50; - // The datatype which is to be inherited could not be detected due to divergent datatypes of at least two parents. + // The datatype which is to be inherited could not be detected due to + // divergent datatypes of at least two parents. MESSAGE_CODE_DATA_TYPE_INHERITANCE_AMBIGUOUS = 51; // This datatype does not accept collections of values (e.g. Lists). -- GitLab