Skip to content

Commit 79afa9e

Browse files
committed
format
1 parent 964fadc commit 79afa9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-tidy/readability/UseSpanFirstLastCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace clang::tidy::readability {
1515

16-
/// Suggests using clearer std::span member functions first()/last() instead of
16+
/// Suggests using clearer std::span member functions first()/last() instead of
1717
/// equivalent subspan() calls where applicable.
1818
///
1919
/// For example:

0 commit comments

Comments
 (0)