[clang-tidy][docs] Remove an unintentional paragraph break
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 10 Jun 2022 23:43:27 +0000 (01:43 +0200)
committerDmitri Gribenko <gribozavr@gmail.com>
Sat, 11 Jun 2022 19:03:43 +0000 (21:03 +0200)
clang-tools-extra/docs/clang-tidy/checks/bugprone-unchecked-optional-access.rst

index 5d8b76a..3ed6372 100644 (file)
@@ -4,8 +4,8 @@ bugprone-unchecked-optional-access
 ==================================
 
 *Note*: This check uses a flow-sensitive static analysis to produce its
- results. Therefore, it may be more resource intensive (RAM, CPU) than the
- average clang-tidy check.
+results. Therefore, it may be more resource intensive (RAM, CPU) than the
+average clang-tidy check.
 
 This check identifies unsafe accesses to values contained in
 ``std::optional<T>``, ``absl::optional<T>``, or ``base::Optional<T>``