Codemod format for trailing commas incoming change [10/n]

Summary: Adding trailing commas.

Differential Revision: D80174963
This commit is contained in:
Nivaldo Bondança
2025-08-13 10:31:29 -07:00
committed by Facebook GitHub Bot
parent c582f7caa6
commit 0ef6192b16

View File

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