From dc2581f229cb05c7d2af8dee37b2ee0b59fd5326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nivaldo=20Bondan=C3=A7a?= Date: Tue, 19 Aug 2025 18:15:18 -0700 Subject: [PATCH] Codemod format for trailing commas change Reviewed By: VladimirMakaev Differential Revision: D80576929 fbshipit-source-id: 1310f77f5d9d489b780b14875454ebda7f7adfc9 --- java/build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/build.gradle.kts b/java/build.gradle.kts index 4c73e6ab..21dec6bc 100644 --- a/java/build.gradle.kts +++ b/java/build.gradle.kts @@ -83,7 +83,8 @@ publishing { afterEvaluate { from(components["default"]) } pom { description.set( - "An embeddable and performant flexbox layout engine with bindings for multiple languages") + "An embeddable and performant flexbox layout engine with bindings for multiple languages" + ) name.set(project.name) url.set("https://github.com/facebook/yoga.git") licenses {