Skip to content

Commit f296e0e

Browse files
cgrushkofacebook-github-bot
authored andcommitted
Update ktfmt component on FBS:master
Differential Revision: D36926167 fbshipit-source-id: e5c262e269b3ccb2afe04b45398ec66fc5c48df2
1 parent b0c2b10 commit f296e0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/tasks/GenerateCodegenSchemaTask.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ abstract class GenerateCodegenSchemaTask : Exec() {
5959
codegenDir
6060
.file("lib/cli/combine/combine-js-to-schema-cli.js")
6161
.get()
62-
.asFile.absolutePath,
62+
.asFile
63+
.absolutePath,
6364
generatedSchemaFile.get().asFile.absolutePath,
6465
jsRootDir.asFile.get().absolutePath,
6566
))

0 commit comments

Comments
 (0)