Skip to content

Commit 31d300f

Browse files
committed
format
1 parent 79afa9e commit 31d300f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/readability/use-span-first-last.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. title:: clang-tidy - readability-use-span-first-last
22

33
readability-use-span-first-last
4-
=============================
4+
===============================
55

66
Checks for uses of ``std::span::subspan()`` that can be replaced with clearer
77
``first()`` or ``last()`` member functions. These dedicated methods were added

0 commit comments

Comments
 (0)