aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/python/PyTest.java
diff options
context:
space:
mode:
authorGravatar Ulf Adams <ulfjack@google.com>2015-10-30 12:24:58 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-10-30 15:19:04 +0000
commit661b78a1f17ff737f54f26201ae4d25b4320e145 (patch)
treea4890639fe0b04f309f6762c2a37ebbc519d795f /src/main/java/com/google/devtools/build/lib/rules/python/PyTest.java
parentbc08facbe497621ccc0e36416125e4d781f2eb9c (diff)
Fix indentation.
-- MOS_MIGRATED_REVID=106683157
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/python/PyTest.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/python/PyTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/python/PyTest.java b/src/main/java/com/google/devtools/build/lib/rules/python/PyTest.java
index 684324dd6f..ba84123f17 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/python/PyTest.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/python/PyTest.java
@@ -27,7 +27,7 @@ public abstract class PyTest implements RuleConfiguredTargetFactory {
* Create a {@link PythonSemantics} object that governs
* the behavior of this rule.
*/
-protected abstract PythonSemantics createSemantics();
+ protected abstract PythonSemantics createSemantics();
@Override
public ConfiguredTarget create(RuleContext ruleContext) throws InterruptedException {