Skip to content

Commit d0901ab

Browse files
committed
CPP添加分号结尾
1 parent 9612d92 commit d0901ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

harmony/exception_handler.har

23 Bytes
Binary file not shown.

harmony/exception_handler/src/main/cpp/ExceptionHandlerPackage.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class ExceptionHandlerTurboModuleFactoryDelegate : public TurboModuleFactoryDele
4242
}
4343
return nullptr;
4444
}
45-
}
45+
};
4646

4747
namespace rnoh
4848
{
@@ -54,6 +54,6 @@ namespace rnoh
5454
{
5555
return std::make_unique<ExceptionHandlerTurboModuleFactoryDelegate>();
5656
}
57-
}
57+
};
5858
}
5959
#endif

harmony/exception_handler/src/main/cpp/ExceptionHandlerTurboModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ namespace rnoh {
3333
{
3434
public:
3535
ExceptionHandlerTurboModuleSpecJSI(const ArkTSTurboModule::Context ctx, const std::string name);
36-
}
36+
};
3737
}
3838
#endif

0 commit comments

Comments
 (0)