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

@@ -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