Skip to content

Commit

Permalink
[sysid] Remove extra period from exception messages (#7805)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Feb 20, 2025
1 parent c898853 commit 0c3c2c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0c3c2c1

Please sign in to comment.