aboutsummaryrefslogtreecommitdiff
path: root/templates/torrc.exit_policy.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/torrc.exit_policy.erb')
-rw-r--r--templates/torrc.exit_policy.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/torrc.exit_policy.erb b/templates/torrc.exit_policy.erb
index 68ceba2..e240013 100644
--- a/templates/torrc.exit_policy.erb
+++ b/templates/torrc.exit_policy.erb
@@ -3,7 +3,6 @@
<%- for policy in accept -%>
ExitPolicy accept <%= policy %>
<%- end -%>
-
<%- for policy in reject -%>
ExitPolicy reject <%= policy %>
<%- end -%>