More fixes to cuda_dense_cholesky_test.cc

Change-Id: If3f67b8161ef139f3860054001e54c18fc5a9b74
diff --git a/internal/ceres/cuda_dense_cholesky_test.cc b/internal/ceres/cuda_dense_cholesky_test.cc
index 53fa78b..9911d49 100644
--- a/internal/ceres/cuda_dense_cholesky_test.cc
+++ b/internal/ceres/cuda_dense_cholesky_test.cc
@@ -57,10 +57,9 @@
   A <<  4,  12, -16, 0,
        12,  37, -43, 0,
       -16, -43,  98, 0,
-        0,   0,   0, 1;Sb
-      // clang-format on
+        0,   0,   0, 1;
+  // clang-format on
 
-      const Eigen::Vector4d b = Eigen::Vector4d::Ones();
   LinearSolver::Options options;
   ContextImpl context;
   options.context = &context;