[tor-commits] [gettor/master] Fixed format (PEP8)

ilv at torproject.org ilv at torproject.org
Tue Sep 22 23:39:11 UTC 2015


commit d3b5f98acd49eb56a15d1458ce25eaa61165bd52
Author: ilv <ilv at users.noreply.github.com>
Date:   Fri Jun 20 21:27:07 2014 -0400

    Fixed format (PEP8)
---
 src/create_links_demo.py |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/create_links_demo.py b/src/create_links_demo.py
index 7e571cf..e97138b 100644
--- a/src/create_links_demo.py
+++ b/src/create_links_demo.py
@@ -8,11 +8,11 @@ import gettor
 try:
     core = gettor.Core('gettor.cfg')
     core.create_links_file('Github')
-    core.add_link('Github', 'linux', 'es', 
+    core.add_link('Github', 'linux', 'es',
                   'https://foo.bar https://foo.bar.asc 111-222-333-444')
-    core.add_link('Github', 'linux', 'es', 
+    core.add_link('Github', 'linux', 'es',
                   'https://foo.bar https://foo.bar.asc 555-666-777-888')
-    
+
 except ValueError as e:
     print "Value error: " + str(e)
 except RuntimeError as e:





More information about the tor-commits mailing list