We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679b2a8 commit e6eba4bCopy full SHA for e6eba4b
1 file changed
packages/react-native-executorch/common/rnexecutorch/bindings/ExecutorchModule.h
@@ -9,10 +9,10 @@
9
#include <rnexecutorch/jsi/OwningArrayBuffer.h>
10
#include <rnexecutorch/utils/JsiTensorView.h>
11
12
-using namespace facebook;
13
-
14
namespace rnexecutorch {
15
+using namespace facebook;
+
16
class ExecutorchModule {
17
public:
18
// note: this needs to be refactored due to the fact that both BaseModel and
0 commit comments