diff --git a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/uidebugger/litho/UIDebuggerLithoSupport.kt b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/uidebugger/litho/UIDebuggerLithoSupport.kt index cc7bc3cfb..0101dc728 100644 --- a/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/uidebugger/litho/UIDebuggerLithoSupport.kt +++ b/android/plugins/litho/src/main/java/com/facebook/flipper/plugins/uidebugger/litho/UIDebuggerLithoSupport.kt @@ -86,7 +86,7 @@ object UIDebuggerLithoSupport { val source = event.attributeOrNull( "source") // todo replace magic strings with DebugEventAttribute.Source once - // litho open source is released + // litho open source is released if (source != null) { attributes["source"] = source }