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 48156b3 commit 81e273eCopy full SHA for 81e273e
src/JobQueue.cc
@@ -114,7 +114,7 @@ bool sendJobToMainLoop(PyObject *pyFunc) {
114
115
PyGILState_Release(gstate);
116
return true;
117
-}
+}
118
119
void JobQueue::queueFinalizationRegistryCallback(JSFunction *callback) {
120
mozilla::Unused << finalizationRegistryCallbacks->append(callback);
src/internalBinding/utils.cc
@@ -2,7 +2,7 @@
2
* @file utils.cc
3
* @author Tom Tang ([email protected])
4
* @brief Implement functions in `internalBinding("utils")`
5
- *
+ *
6
* @copyright Copyright (c) 2023 Distributive Corp.
7
*/
8
0 commit comments