diff --git a/wrap/tests/expected/Point3.m b/wrap/tests/expected/Point3.m index 775eca916..94d9c25b8 100644 --- a/wrap/tests/expected/Point3.m +++ b/wrap/tests/expected/Point3.m @@ -66,6 +66,7 @@ classdef Point3 < handle function sobj = saveobj(obj) % SAVEOBJ Saves the object to a matlab-readable format sobj = obj.string_serialize(); + end end methods(Static = true)