Skip to content

Commit 18c823c

Browse files
committed
Fix indentation
1 parent 7c1e48c commit 18c823c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/scripts/TestApks.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
AddResults="true"
274274
LabelSuffix="-$(Configuration)$(TestsFlavor)"
275275
Activity="%(_AllArchives.Activity)" />
276-
<Exec Command="adb shell run-as %(_AllArchives.Package) cat files/.__override__/grefs.txt" IgnoreExitCode="True" />
276+
<Exec Command="adb shell run-as %(_AllArchives.Package) cat files/.__override__/grefs.txt" IgnoreExitCode="True" />
277277
</Target>
278278
<Target Name="RenameTestCases">
279279
<Error

0 commit comments

Comments
 (0)