From ecf2c4a840439055f77cb2f7102f991a2e9af356 Mon Sep 17 00:00:00 2001 From: Kaitlyn Date: Fri, 29 Jan 2016 20:29:03 -0800 Subject: [PATCH 1/1] format spaces --- src/org/usfirst/frc/team3501/robot/Constants.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index d004cd0d..c01441f3 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -32,14 +32,14 @@ public class Constants { public final static int ENCODER_RIGHT_A = 2; public final static int ENCODER_RIGHT_B = 1; } - + public static class Scaler { - //Piston channels - public final static int FORWARD_CHANNEL = 0; - public final static int REVERSE_CHANNEL = 0; - - //Winch port - public final static int WINCH_MOTOR = 0; + // Piston channels + public final static int FORWARD_CHANNEL = 0; + public final static int REVERSE_CHANNEL = 0; + + // Winch port + public final static int WINCH_MOTOR = 0; } public static class Shooter { -- 2.30.2