Compare commits

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

Differential Revision: D80174963
2025-08-13 10:31:05 -07:00
@@ -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