From 7a28b1f15cc934af780591c30cdd4264dab17a33 Mon Sep 17 00:00:00 2001 From: Matt Weidner Date: Fri, 21 Jul 2017 13:31:04 -0500 Subject: [PATCH] Fixed indentation --- mitmproxy/options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mitmproxy/options.py b/mitmproxy/options.py index 8102efe73..5e6602fb7 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(