fix(nodiscard): remove duplicated nodiscard annotation

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2025-08-25 13:20:50 +02:00
parent 8351bb56f5
commit 3bd6717e00

View File

@ -120,7 +120,7 @@ public:
/*
* Get whether the share has a password set
*/
[[nodiscard]] [[nodiscard]] bool isPasswordSet() const;
[[nodiscard]] bool isPasswordSet() const;
/*
* Is it a share with a user or group (local or remote)