Skip to content

Commit e58b36f

Browse files
committed
Try adding lcov exception
Signed-off-by: Darby Johnston <[email protected]>
1 parent 1d7ed8f commit e58b36f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/opentimelineio/typeRegistry.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ class TypeRegistry
6060
CLASS::Schema::name,
6161
CLASS::Schema::version,
6262
&typeid(CLASS),
63-
[]() -> SerializableObject* { return new CLASS; },
64-
CLASS::Schema::name); // LCOV_EXCL_EXCEPTION_BR_LINE
63+
[]() -> SerializableObject* { return new CLASS; }, // LCOV_EXCL_EXCEPTION_BR_LINE
64+
CLASS::Schema::name);
6565
}
6666

6767
/// Register a new schema.

0 commit comments

Comments
 (0)