Skip to content

Commit

Permalink
Merge branch 'wpilibsuite:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPeled authored Feb 20, 2025
2 parents 688df7e + 0c3c2c1 commit 8bf2e3b
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 8bf2e3b

Please sign in to comment.