Commit 6c6d9720 authored by Yue Li's avatar Yue Li Committed by Commit Bot

Quick Answers: Add newline at end of file

Bug: None
Test: None
Change-Id: Id17159e58e9e6ef4f078a750372c1596b3393dd9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2387553
Auto-Submit: Yue Li <updowndota@chromium.org>
Reviewed-by: default avatarXiyuan Slow <xiyuan@chromium.org>
Commit-Queue: Yue Li <updowndota@chromium.org>
Cr-Commit-Position: refs/heads/master@{#803689}
parent 84c8df14
......@@ -98,4 +98,4 @@ void ResultLoader::OnResultParserComplete(
delegate_->OnQuickAnswerReceived(std::move(quick_answer));
}
} // namespace quick_answers
} // namespace chromeos
\ No newline at end of file
} // namespace chromeos
......@@ -95,4 +95,4 @@ class ResultLoader {
} // namespace quick_answers
} // namespace chromeos
#endif // CHROMEOS_COMPONENTS_QUICK_ANSWERS_RESULT_LOADER_H_
\ No newline at end of file
#endif // CHROMEOS_COMPONENTS_QUICK_ANSWERS_RESULT_LOADER_H_
......@@ -141,4 +141,4 @@ TEST_F(KpEntityResultParserTest, IncorrectPath) {
}
} // namespace quick_answers
} // namespace chromeos
\ No newline at end of file
} // namespace chromeos
......@@ -37,4 +37,4 @@ TEST_F(ResultParserFactoryTest, UnsupportedType) {
}
} // namespace quick_answers
} // namespace chromeos
\ No newline at end of file
} // namespace chromeos
......@@ -148,4 +148,4 @@ TEST_F(SearchResponseParserTest, ProcessResponseInvalidXssiPrefix) {
}
} // namespace quick_answers
} // namespace chromeos
\ No newline at end of file
} // namespace chromeos
......@@ -35,4 +35,4 @@ std::string LanguageDetector::DetectLanguage(const std::string& text) {
}
} // namespace quick_answers
} // namespace chromeos
\ No newline at end of file
} // namespace chromeos
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment