[sysid] Remove extra period from exception messages (#7805)

This commit is contained in:
Tyler Veness
2025-02-19 21:08:39 -08:00
committed by GitHub
parent c898853b4d
commit 0c3c2c1fda

View File

@@ -41,7 +41,7 @@ class InvalidDataError : public std::exception {
*/
explicit InvalidDataError(std::string_view message) {
m_message = fmt::format(
"{}. Please verify that your units and data is reasonable and then "
"{} Please verify that your units and data is reasonable and then "
"adjust your velocity threshold, test duration, and/or window size to "
"try to fix this issue.",
message);