From edd5d777e981ab6a4952c14c35f3ead330c4a761 Mon Sep 17 00:00:00 2001 From: Ilya Biryukov Date: Wed, 7 Dec 2022 17:14:27 +0100 Subject: [PATCH] [clangd] NFC. Add a newline at the end of the file --- clang-tools-extra/clangd/DecisionForest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/clangd/DecisionForest.cpp b/clang-tools-extra/clangd/DecisionForest.cpp index 0b54a6c..a05a9ee 100644 --- a/clang-tools-extra/clangd/DecisionForest.cpp +++ b/clang-tools-extra/clangd/DecisionForest.cpp @@ -95,4 +95,4 @@ evaluateDecisionForest(const SymbolQualitySignals &Quality, } // namespace clangd } // namespace clang -#endif // !CLANGD_DECISION_FOREST \ No newline at end of file +#endif // !CLANGD_DECISION_FOREST -- 2.7.4