Skip to content

Commit

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

Differential Revision: D33914686

fbshipit-source-id: 7b78b6d85368457d80efd088551f7fbabefbce11
  • Loading branch information
cgrushko authored and facebook-github-bot committed Feb 2, 2022
1 parent f13166d commit f22eab6
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ open class PullScreenshotsTask : ScreenshotTask() {

it.args =
mutableListOf(
"-m",
"android_screenshot_tests.pull_screenshots",
"--apk",
apkPath.absolutePath,
"--test-run-id",
testRunId,
"--temp-dir",
outputDir.absolutePath)
"-m",
"android_screenshot_tests.pull_screenshots",
"--apk",
apkPath.absolutePath,
"--test-run-id",
testRunId,
"--temp-dir",
outputDir.absolutePath)
.apply {
if (verify) {
add("--verify")
Expand Down

0 comments on commit f22eab6

Please sign in to comment.