Skip to content

Commit

Permalink
[unreal]fix clang format check
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Nov 11, 2024
1 parent 053a25f commit 6fb2651
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unreal/Puerts/Source/JsEnv/Private/CppObjectMapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

namespace PUERTS_NAMESPACE
{

static void ThrowException(v8::Isolate* Isolate, const char* Message)
{
auto ExceptionStr = v8::String::NewFromUtf8(Isolate, Message, v8::NewStringType::kNormal).ToLocalChecked();
Expand Down

0 comments on commit 6fb2651

Please sign in to comment.