From f0b603db593b0fb3b0ffb27272c30b868b94a7ca Mon Sep 17 00:00:00 2001 From: Kevin Gurney Date: Mon, 20 May 2024 10:36:40 -0400 Subject: [PATCH] Remove more trailing whitespace. --- matlab/test/arrow/c/tRoundTrip.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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