Skip to content

Commit b18d0f1

Browse files
committed
fix fmt
1 parent 5e77ece commit b18d0f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

specs/definitions/signed_docs/signers.cue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ _allAdminRoles: or(_allAdminRolesList)
5252

5353
#updaterDescriptions: {
5454
collaborators: "Updates are allowed by the original author and from the 'collaborators' metadata field of the previous submitted document's version."
55-
ref: "Updates are allowed by the original author and from the 'collaborators' metadata field of the referenced document specified by the 'ref' metadata field."
56-
author: "Only the original author can update and sign a new version of documents."
55+
ref: "Updates are allowed by the original author and from the 'collaborators' metadata field of the referenced document specified by the 'ref' metadata field."
56+
author: "Only the original author can update and sign a new version of documents."
5757
}
5858

5959
#allowedUpdaters: {
@@ -64,7 +64,6 @@ _allAdminRoles: or(_allAdminRolesList)
6464
description: #updaterDescriptions[type]
6565
}
6666

67-
6867
#allowedSigners: {
6968
// Who is allowed to sign a new document
7069
// TODO: Import roles from a role definition configuration.

0 commit comments

Comments
 (0)