summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-06-26 23:40:43 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-06-27 00:21:36 +0200
commit76c7bbb608ecc6c9069a78a6ade0d07e70924ab4 (patch)
treee6c4d2fbd025a92ae172f8a827dcf90df9cc7983
parentc6bd4a2a9ceb6d30b30765f9f8d2f46b27367435 (diff)
fixup! Implement WAC
-rw-r--r--src/scm/webid-oidc/errors.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scm/webid-oidc/errors.scm b/src/scm/webid-oidc/errors.scm
index fd5d9c6..dd68557 100644
--- a/src/scm/webid-oidc/errors.scm
+++ b/src/scm/webid-oidc/errors.scm
@@ -1380,9 +1380,9 @@
(format #f (G_ "the container ~s should be emptied before being deleted")
(get 'path)))
((&cannot-fetch-group)
- (format #f (G_ "the group ~s cannot be fetched (because ~a)"
- (uri->string (get 'group-uri))
- (recurse (get 'cause)))))
+ (format #f (G_ "the group ~s cannot be fetched (because ~a)")
+ (uri->string (get 'group-uri))
+ (recurse (get 'cause))))
((&incorrect-containment-triples)
(format #f (G_ "the containment triples in the request to update ~s are not up to date")
(get 'path)))