chore: C++ format

This commit is contained in:
Marc Rousavy 2024-01-16 17:53:55 +01:00
parent 60f8a8c989
commit 64207ac1bf
No known key found for this signature in database
GPG Key ID: 8B9C709EA0B16A6D

View File

@ -18,7 +18,7 @@ using namespace facebook;
namespace vision { namespace vision {
// forward-declaration since we cannot import C++ headers here yet. // forward-declaration since we cannot import C++ headers here yet.
class TypedArrayBase; class TypedArrayBase;
} } // namespace vision
#endif #endif
// Needs to be in sync with JSITypedArray.h as the index is used // Needs to be in sync with JSITypedArray.h as the index is used