Skip to content

Commit

Permalink
Remove more trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed May 20, 2024
1 parent 8389dfb commit f0b603d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matlab/test/arrow/c/tRoundTrip.m
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -199,5 +199,5 @@ function ImportErrorImportFailed(testCase)
end

end

end

0 comments on commit f0b603d

Please sign in to comment.