[NFC][lldb] fix extra line after documentation (#149482)

Formatting patch which removes an extra line after a docstring.
This commit is contained in:
Charles Zablit
2025-07-19 10:46:28 +02:00
committed by GitHub
parent 6855b9c598
commit 224e221f1b

View File

@@ -270,7 +270,6 @@ public:
/// \param[in] suffix
/// The ANSI color code to end colorization. This is
/// environment-dependent.
void PutCStringColorHighlighted(
llvm::StringRef text,
std::optional<HighlightSettings> settings = std::nullopt);