Skip to content

Commit 6f211bf

Browse files
authored
Add missing whitespace in InvalidImageException (#773)
1 parent 02c7921 commit 6f211bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/edu/wpi/first/gradlerio/deploy/roborio/InvalidImageException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ private static String parseMessage(String imageVersion, List<String> allowedImag
2222
"\n\tCurrent image version: " + imageVersion +
2323
"\n\tGradleRIO-compatible image versions: " + String.join(", ", allowedImageVersions) +
2424
"\nSee https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-3/imaging-your-roborio.html" +
25-
"for information about upgrading the RoboRIO image." +
25+
"\nfor information about upgrading the RoboRIO image." +
2626
"\nSee https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html and" +
2727
"\nhttps://docs.wpilib.org/en/stable/docs/software/vscode-overview/importing-gradle-project.html" +
2828
"\nfor information about updating WPILib and GradleRIO.";

0 commit comments

Comments
 (0)