Compare commits

..

1 Commits

Author SHA1 Message Date
Nivaldo Bondança
0ef6192b16 Codemod format for trailing commas incoming change [10/n]
Summary: Adding trailing commas.

Differential Revision: D80174963
2025-08-13 10:31:29 -07:00

View File

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