[tor-commits] [sbws/master] ops, fix indentation

juga at torproject.org juga at torproject.org
Tue Sep 18 09:26:11 UTC 2018


commit e62a0354c940b43a495f10cc20f7fac5d204f799
Author: juga0 <juga at riseup.net>
Date:   Wed Aug 29 19:56:27 2018 +0000

    ops, fix indentation
---
 sbws/lib/v3bwfile.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py
index bd8f5d6..448323c 100644
--- a/sbws/lib/v3bwfile.py
+++ b/sbws/lib/v3bwfile.py
@@ -124,7 +124,7 @@ class V3BWHeader(object):
                        for l in lines[:index_terminator]
                        if l.split(KEYVALUE_SEP_V110)[0] in ALL_KEYVALUES])
         h = cls(ts, **kwargs)
-       # last line is new line
+        # last line is new line
         return h, lines[index_terminator + 1:-1]
 
     @classmethod





More information about the tor-commits mailing list