| commit | 661b78a1f17ff737f54f26201ae4d25b4320e145 | [log] [tgz] |
|---|---|---|
| author | Ulf Adams <ulfjack@google.com> | Fri Oct 30 12:24:58 2015 +0000 |
| committer | Lukacs Berki <lberki@google.com> | Fri Oct 30 15:19:04 2015 +0000 |
| tree | a4890639fe0b04f309f6762c2a37ebbc519d795f | |
| parent | bc08facbe497621ccc0e36416125e4d781f2eb9c [diff] |
Fix indentation. -- MOS_MIGRATED_REVID=106683157
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 684324d..ba84123 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 @@ * 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 {