]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
MDSAuthCaps: bring std::string_view in main scope before using it
authorRishabh Dave <ridave@redhat.com>
Wed, 21 Jun 2023 20:58:40 +0000 (02:28 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 22 Mar 2024 16:36:05 +0000 (22:06 +0530)
commitbe4c5f8540d52cc6a388abf3a8494b7c28f46df1
treef807a8a7683aed3cbc6d00cc6ae5e96ea56c645a
parent0d23014b4b7433edceabbaa427148270c8e662d3
MDSAuthCaps: bring std::string_view in main scope before using it

Bring std::string_view to the main scope of MDSAuthCaps.cc before using
it. This reduces typing effort and improves readability.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit 4a37d66a6a6fed24b4c206b140abc6f589de598a)
src/mds/MDSAuthCaps.cc