Skip to content

Commit e6eba4b

Browse files
committed
chore: move using namespace to rnexecutorch namespace
1 parent 679b2a8 commit e6eba4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native-executorch/common/rnexecutorch/bindings/ExecutorchModule.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
#include <rnexecutorch/jsi/OwningArrayBuffer.h>
1010
#include <rnexecutorch/utils/JsiTensorView.h>
1111

12-
using namespace facebook;
13-
1412
namespace rnexecutorch {
1513

14+
using namespace facebook;
15+
1616
class ExecutorchModule {
1717
public:
1818
// note: this needs to be refactored due to the fact that both BaseModel and

0 commit comments

Comments
 (0)