From 45c77f97ce8d07280b6afb579715bc0764f1dd11 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 17 Jun 2024 09:58:53 +0200 Subject: [PATCH] :paperclip: Fix code style issue not catched by the linter Comment indentantion --- backend/src/app/rpc/commands/viewer.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/rpc/commands/viewer.clj b/backend/src/app/rpc/commands/viewer.clj index 70d5193c16..9d15b3e8fa 100644 --- a/backend/src/app/rpc/commands/viewer.clj +++ b/backend/src/app/rpc/commands/viewer.clj @@ -98,7 +98,7 @@ (assoc ::perms perms) (assoc :profile-id profile-id))] - ;; When we have neither profile nor share, we just return a not + ;; When we have neither profile nor share, we just return a not ;; found response to the user. (when-not perms (ex/raise :type :not-found