Skip to content

Commit f4803df

Browse files
generatedunixname1430061942044674meta-codesync[bot]
authored andcommitted
Daily arc lint --take KTFMT (#57918)
Summary: Pull Request resolved: #57918 Reviewed By: xavierd Differential Revision: D115682996 fbshipit-source-id: c10d7e1b501225aa37c879573d47f00165472e08
1 parent 5906cfb commit f4803df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/SurfaceMountingManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ internal constructor(
430430
ReactSoftExceptionLogger.logSoftException(
431431
TAG,
432432
ReactNoCrashSoftException(
433-
"Unable to remove a view from a non-ViewGroup ${parentView.javaClass.simpleName} when removing [$tag] from parent [$parentTag]"
433+
"Unable to remove a view from a non-ViewGroup ${parentView.javaClass.simpleName} when removing [$tag] from parent [$parentTag]",
434434
),
435435
)
436436
return

0 commit comments

Comments
 (0)