Skip to content

Commit dc2581f

Browse files
Nivaldo Bondançafacebook-github-bot
authored andcommitted
Codemod format for trailing commas change
Reviewed By: VladimirMakaev Differential Revision: D80576929 fbshipit-source-id: 1310f77f5d9d489b780b14875454ebda7f7adfc9
1 parent f16fee8 commit dc2581f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ publishing {
8383
afterEvaluate { from(components["default"]) }
8484
pom {
8585
description.set(
86-
"An embeddable and performant flexbox layout engine with bindings for multiple languages")
86+
"An embeddable and performant flexbox layout engine with bindings for multiple languages"
87+
)
8788
name.set(project.name)
8889
url.set("https://github.com/facebook/yoga.git")
8990
licenses {

0 commit comments

Comments
 (0)