Skip to content

Commit

Permalink
Add missing whitespace in InvalidImageException
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 authored Jan 10, 2025
1 parent 02c7921 commit 0d57b89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private static String parseMessage(String imageVersion, List<String> allowedImag
"\n\tCurrent image version: " + imageVersion +
"\n\tGradleRIO-compatible image versions: " + String.join(", ", allowedImageVersions) +
"\nSee https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-3/imaging-your-roborio.html" +
"for information about upgrading the RoboRIO image." +
"\nfor information about upgrading the RoboRIO image." +
"\nSee https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html and" +
"\nhttps://docs.wpilib.org/en/stable/docs/software/vscode-overview/importing-gradle-project.html" +
"\nfor information about updating WPILib and GradleRIO.";
Expand Down

0 comments on commit 0d57b89

Please sign in to comment.