Compare commits

..

1 Commits

Author SHA1 Message Date
Nivaldo Bondança
4e75c24b99 Codemod format for trailing commas incoming change [5/n]
Summary: Adding trailing commas.

Differential Revision: D80174965
2025-08-13 12:21:19 -07:00

View File

@@ -14,6 +14,6 @@ public fun interface YogaMeasureFunction {
width: Float,
widthMode: YogaMeasureMode,
height: Float,
heightMode: YogaMeasureMode
heightMode: YogaMeasureMode,
): Long
}