Skip to content

Commit 62fd531

Browse files
committed
💚
1 parent 7f38aaf commit 62fd531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/android/cpp/rnskia-android/SkiaOpenGLSurfaceFactory.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ class WindowSurfaceHolder {
8989

9090
// Check for exceptions
9191
if (env->ExceptionCheck()) {
92-
RNSkLogger::logToConsole(
93-
"updateAndRelease() failed. The exception above can safely be ignored");
92+
RNSkLogger::logToConsole("updateAndRelease() failed. The exception above "
93+
"can safely be ignored");
9494
env->ExceptionClear();
9595
}
9696
}

0 commit comments

Comments
 (0)