aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
diff options
context:
space:
mode:
authorGravatar Ulf Adams <ulfjack@google.com>2015-04-22 20:27:33 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2015-04-23 09:18:21 +0000
commit5a3078b5a35d5d9347690b45bf4c822a9d27c3e0 (patch)
tree3624f4bf1db541468b37eca37ca78fe41cb57ea3 /src/main/java/com
parent3fae3664ea09d36d40d9ad271f02c452f4a94cea (diff)
Fix indentation in TestCommand.
-- MOS_MIGRATED_REVID=91818123
Diffstat (limited to 'src/main/java/com')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/commands/TestCommand.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/commands/TestCommand.java b/src/main/java/com/google/devtools/build/lib/runtime/commands/TestCommand.java
index 6e9ddc7772..677db7b102 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/commands/TestCommand.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/commands/TestCommand.java
@@ -76,9 +76,9 @@ public class TestCommand implements BlazeCommand {
runtime.getReporter().handle(Event.warn(
"Streamed test output requested so all tests will be run locally, without sharding, " +
"one at a time"));
- optionsParser.parse(OptionPriority.SOFTWARE_REQUIREMENT,
- "streamed output requires locally run tests, without sharding",
- ImmutableList.of("--test_sharding_strategy=disabled", "--test_strategy=exclusive"));
+ optionsParser.parse(OptionPriority.SOFTWARE_REQUIREMENT,
+ "streamed output requires locally run tests, without sharding",
+ ImmutableList.of("--test_sharding_strategy=disabled", "--test_strategy=exclusive"));
}
if (optionsParser.getOptions(BuildConfiguration.Options.class).collectCodeCoverage) {