]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.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>
Wed, 21 Jun 2023 23:28:31 +0000 (04:58 +0530)
commit4a37d66a6a6fed24b4c206b140abc6f589de598a
treed7f9bc08d93ec56aa9dbf083b29b824ccbfa6473
parent1961bf85f0094ca6f8278eebed35549d084da498
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>
src/mds/MDSAuthCaps.cc