Skip to content

Commit

Permalink
Fix silly string issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLostLambda committed Oct 21, 2021
1 parent e3ae772 commit 06129b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robot/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl fmt::Display for RobotError {
match self {
Self::NotConnected => write!(
f,
"No known hosts were online.\n\n
"No known hosts were online.\n\n\
Please check that your robot controller is in \"Program & Manage\" mode and\n\
that your computer is connected to the robot controller via wifi-direct.\n\
Alternatively, you can try manually specifying a host address with the --host\n\
Expand Down

0 comments on commit 06129b2

Please sign in to comment.