Daily arc lint --take KTFMT

Reviewed By: hick209

Differential Revision: D49534542

fbshipit-source-id: 122e7e2ca3070176dc9b510b6deefbb9fe71de11
This commit is contained in:
generatedunixname89002005325672
2023-09-22 08:50:37 -07:00
committed by Facebook GitHub Bot
parent a37b04737c
commit 6251c58154

View File

@@ -86,7 +86,7 @@ object UIDebuggerLithoSupport {
val source =
event.attributeOrNull<String>(
"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
}