We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806ecc3 commit af3cf37Copy full SHA for af3cf37
1 file changed
deps/chakrashim/core/lib/Jsrt/Jsrt.cpp
@@ -3391,7 +3391,7 @@ CHAKRA_API JsGetWeakReferenceValue(
3391
_In_ JsWeakRef weakRef,
3392
_Out_ JsValueRef* value)
3393
{
3394
- return GlobalAPIWrapper_NoRecord([&]()->JsErrorCode {
+ return GlobalAPIWrapper_NoRecord([&]() -> JsErrorCode {
3395
VALIDATE_JSREF(weakRef);
3396
PARAM_NOT_NULL(value);
3397
*value = nullptr;
0 commit comments