diff --git a/Framework/API/test/MatrixWorkspaceTest.h b/Framework/API/test/MatrixWorkspaceTest.h
index 817f9fbbc15ffef5289e3d1f9da54fca1d4e0821..7d5368c9125905b4eb82ea8700ff3f60148fedff 100644
--- a/Framework/API/test/MatrixWorkspaceTest.h
+++ b/Framework/API/test/MatrixWorkspaceTest.h
@@ -1320,9 +1320,8 @@ public:
     ws.setDx(workspaceIndexWithDx[2], dxSpec2);
 
     // Assert
-    auto compareValue = [&values](double data, size_t index) {
-      return data == values[index];
-    };
+    auto compareValue =
+        [&values](double data, size_t index) { return data == values[index]; };
     for (auto &index : workspaceIndexWithDx) {
       TSM_ASSERT("Should have x resolution values", ws.hasDx(index));
       TSM_ASSERT_EQUALS("Should have a length of 3", ws.dataDx(index).size(),