Update ktfmt component on FBS:master

Reviewed By: hick209

Differential Revision: D49300079

fbshipit-source-id: 7e704e2366feee3f6f2c25ac25d3daea407e71f9
This commit is contained in:
Nate Stedman
2023-09-15 07:19:43 -07:00
committed by Facebook GitHub Bot
parent 9e219b07d8
commit ef621b07b7
3 changed files with 4 additions and 8 deletions

View File

@@ -539,8 +539,7 @@ class LayoutInspectorTree {
.map { it.extra }
.filterIsInstance<GraphicLayerInfo>()
.map { it.layerId }
.firstOrNull()
?: UNDEFINED_ID
.firstOrNull() ?: UNDEFINED_ID
return node
}