[ktfmt] Codemod format for trailing commas incoming change #1847

Closed
hick209 wants to merge 1 commits from export-D80174965 into main
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -13,6 +13,7 @@ package com.facebook.yoga.annotations
AnnotationTarget.FUNCTION,
AnnotationTarget.PROPERTY_GETTER,
AnnotationTarget.PROPERTY_SETTER,
AnnotationTarget.CONSTRUCTOR)
AnnotationTarget.CONSTRUCTOR,
)
@Retention(AnnotationRetention.BINARY)
public annotation class DoNotStrip