Skip to content

Commit

Permalink
Format Java
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Sep 23, 2024
1 parent c9b74ab commit 74a6da5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ public ReanimatedNativeHierarchyManager(

Class<?> clazz = this.getClass().getSuperclass().getSuperclass();
if (clazz == null) {
Log.e("reanimated", "unable to resolve NativeViewHierarchyManager class from ReanimatedNativeHierarchyManager");
Log.e(
"reanimated",
"unable to resolve NativeViewHierarchyManager class from ReanimatedNativeHierarchyManager");
return;
}

Expand Down

0 comments on commit 74a6da5

Please sign in to comment.