Skip to content

Commit 92232c3

Browse files
Formatting fixes
1 parent 8a956e3 commit 92232c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/frc/robot/subsystems/vision/PhysicalVision.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ private void setupPortForwarding(Limelight limelight) {
150150
for (int port = VisionConstants.BASE_PORT;
151151
port < VisionConstants.BASE_PORT + VisionConstants.PORT_RANGE;
152152
port++) {
153-
PortForwarder.add(port + portOffset, limelight.getName() + VisionConstants.LIMELIGHT_DOMAIN, port);
153+
PortForwarder.add(
154+
port + portOffset, limelight.getName() + VisionConstants.LIMELIGHT_DOMAIN, port);
154155
}
155156
}
156157

0 commit comments

Comments
 (0)