Skip to content

Commit

Permalink
Update ktfmt component on FBS:master
Browse files Browse the repository at this point in the history
Reviewed By: strulovich

Differential Revision: D39766800

fbshipit-source-id: a7a1ef316e3a0a17d3c3020412b025dd62937ecd
  • Loading branch information
cgrushko authored and facebook-github-bot committed Sep 23, 2022
1 parent ff14ff3 commit 47548c1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ class ReactPlugin : Plugin<Project> {
********************************************************************************
""".trimIndent())
"""
.trimIndent())
exitProcess(1)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ abstract class GenerateCodegenArtifactsTask : Exec() {
reactNativeDir = rootProject.file('../node_modules/react-native')
}
********************************************************************************
""".trimIndent())
"""
.trimIndent())
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ class GenerateCodegenArtifactsTaskTest {
}
}
}
""".trimIndent())
"""
.trimIndent())
}

val task =
Expand Down Expand Up @@ -155,7 +156,8 @@ class GenerateCodegenArtifactsTaskTest {
"codegenConfig": {
}
}
""".trimIndent())
"""
.trimIndent())
}

val task =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ class JsonUtilsTest {
]
}
}
""".trimIndent())
"""
.trimIndent())

val parsed = JsonUtils.fromCodegenJson(oldJsonConfig)!!

Expand All @@ -78,7 +79,8 @@ class JsonUtilsTest {
}
}
}
""".trimIndent())
"""
.trimIndent())

val parsed = JsonUtils.fromCodegenJson(validJson)!!

Expand Down

0 comments on commit 47548c1

Please sign in to comment.