diff --git a/proto/caosdb/entity/v1/main.proto b/proto/caosdb/entity/v1/main.proto index 8930e4e506eb8baf7eda0651ceae681ef426e167..db89ef5fb57d31c16608a71300251318fca5b2e3 100644 --- a/proto/caosdb/entity/v1/main.proto +++ b/proto/caosdb/entity/v1/main.proto @@ -158,7 +158,8 @@ enum MessageCode { // and for their properties and parents as well. MESSAGE_CODE_ENTITY_HAS_NO_ID = 7; - // On delete: Entity is required by other entities which are not to be deleted. + // On delete: Entity is required by other entities which are not to be + // deleted. MESSAGE_CODE_REQUIRED_BY_PERSISTENT_ENTITY = 8; // Property has no datatype. @@ -258,8 +259,8 @@ enum MessageCode { // Affiliation is not defined for this child-parent constellation. MESSAGE_CODE_AFFILIATION_ERROR = 40; - // An error occured during the parsing of this query. Maybe you were using a wrong - // syntax? + // An error occured during the parsing of this query. Maybe you were using a + // wrong syntax? MESSAGE_CODE_QUERY_PARSING_ERROR = 41; // A property which has 'name' as its parent must have a TEXT data type.