Codemod format for trailing commas incoming change [5/n]
Summary: Adding trailing commas. Differential Revision: D80174965
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c582f7caa6
commit
4e75c24b99
@@ -14,6 +14,6 @@ public fun interface YogaMeasureFunction {
|
||||
width: Float,
|
||||
widthMode: YogaMeasureMode,
|
||||
height: Float,
|
||||
heightMode: YogaMeasureMode
|
||||
heightMode: YogaMeasureMode,
|
||||
): Long
|
||||
}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user