fixed a stupid mistake in the messy merging
diff --git a/frc971/constants.cc b/frc971/constants.cc
index 08d0355..7751969 100755
--- a/frc971/constants.cc
+++ b/frc971/constants.cc
@@ -62,7 +62,7 @@
           control_loops::MakeClutchDrivetrainLoop,
           // ShooterLimits
           // TODO(ben): make these real numbers
-          {0.0, 1.0, {-0.03, 0.02}, {-0.01, 0.04}, {0.02, 0.07}}
+          {0.0, 1.0, {-0.03, 0.02}, {-0.01, 0.04}, {0.02, 0.07}},
           shooter_voltage,
           // shooter_total_length
           1.0,
@@ -95,7 +95,7 @@
           control_loops::MakeDogDrivetrainLoop,
           // ShooterLimits
           // TODO(ben): make these real numbers
-          {0.0, 1.0, {-0.03, 0.02}, {-0.01, 0.04}, {0.02, 0.07}}
+          {0.0, 1.0, {-0.03, 0.02}, {-0.01, 0.04}, {0.02, 0.07}},
           shooter_voltage,
           // shooter_total_length
           1.0,