Skip to content

Commit 33fae49

Browse files
committed
lint
1 parent 65c347f commit 33fae49

File tree

1 file changed

+2
-1
lines changed
  • extension/android/executorch_android/src/main/java/org/pytorch/executorch

1 file changed

+2
-1
lines changed

extension/android/executorch_android/src/main/java/org/pytorch/executorch/Module.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ public class Module {
4949
private final HybridData mHybridData;
5050

5151
@DoNotStrip
52-
private static native HybridData initHybrid(String moduleAbsolutePath, int loadMode, int initHybrid);
52+
private static native HybridData initHybrid(
53+
String moduleAbsolutePath, int loadMode, int initHybrid);
5354

5455
private Module(String moduleAbsolutePath, int loadMode, int numThreads) {
5556
mHybridData = initHybrid(moduleAbsolutePath, loadMode, numThreads);

0 commit comments

Comments
 (0)