Skip to content

Commit

Permalink
Fix rf bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gabekole committed Oct 8, 2024
1 parent 89be609 commit 519cd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RF.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class RF {
};


ParseCommand(std::string input_line){
RF::Command ParseCommand(std::string input_line){
// Define the regular expression to match leading and trailing whitespace/newline characters
std::regex pattern("^\\s+|\\s+$");

Expand Down

0 comments on commit 519cd84

Please sign in to comment.