diff --git a/matlab/test/arrow/c/tRoundTrip.m b/matlab/test/arrow/c/tRoundTrip.m index 545b0b75219e1..7689e8bcc1180 100644 --- a/matlab/test/arrow/c/tRoundTrip.m +++ b/matlab/test/arrow/c/tRoundTrip.m @@ -78,7 +78,7 @@ function ArrayWithNulls(testCase) expected.export(cArray.Address, cSchema.Address); actual = arrow.array.Array.import(cArray, cSchema); - + testCase.verifyEqual(actual, expected); end @@ -199,5 +199,5 @@ function ImportErrorImportFailed(testCase) end end - + end