aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Weidner <matt.weidner@gmail.com>2017-07-21 13:31:04 -0500
committerMatt Weidner <matt.weidner@gmail.com>2017-07-27 21:11:37 -0500
commit7a28b1f15cc934af780591c30cdd4264dab17a33 (patch)
treea4208bda62b4ae58cdb369423a09a3aed240b924
parentf26ea82b3c1b6eb994967ed62a152354a56cb8b6 (diff)
downloadmitmproxy-7a28b1f15cc934af780591c30cdd4264dab17a33.tar.gz
mitmproxy-7a28b1f15cc934af780591c30cdd4264dab17a33.tar.bz2
mitmproxy-7a28b1f15cc934af780591c30cdd4264dab17a33.zip
Fixed indentation
-rw-r--r--mitmproxy/options.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mitmproxy/options.py b/mitmproxy/options.py
index 8102efe7..5e6602fb 100644
--- a/mitmproxy/options.py
+++ b/mitmproxy/options.py
@@ -377,8 +377,8 @@ class Options(optmanager.OptManager):
)
self.add_option(
- "intercept_active", bool, False,
- "Intercept toggle"
+ "intercept_active", bool, False,
+ "Intercept toggle"
)
self.add_option(