Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android-tests/src/org/adblockplus/libadblockplus/ThrowingWebRequest.java

Issue 29348972: Issue 4239 - Change indentation to reflect our coding style (Closed)
Patch Set: Created Aug. 2, 2016, 10:43 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libadblockplus-android-tests/src/org/adblockplus/libadblockplus/ThrowingWebRequest.java
diff --git a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/ThrowingWebRequest.java b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/ThrowingWebRequest.java
index dcafa5bdab4e5ab0339369bb78f36a8f41727e5e..b6e590dcdca5d1a2625cd1a00bc20ebd3c05cce9 100644
--- a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/ThrowingWebRequest.java
+++ b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/ThrowingWebRequest.java
@@ -21,9 +21,9 @@ import java.util.List;
public class ThrowingWebRequest extends WebRequest
{
- @Override
- public ServerResponse httpGET(String url, List<HeaderEntry> headers)
- {
- throw new RuntimeException("Unexpected GET: " + url);
- }
+ @Override
+ public ServerResponse httpGET(String url, List<HeaderEntry> headers)
+ {
+ throw new RuntimeException("Unexpected GET: " + url);
+ }
}

Powered by Google App Engine
This is Rietveld