Skip to content

Commit 22d79c4

Browse files
FBSourceKtfmtLinter Botfacebook-github-bot
authored andcommitted
Daily arc lint --take KTFMT
Reviewed By: xavierd Differential Revision: D115682996
1 parent e71fc4e commit 22d79c4

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)