Whitespace fix

This commit is contained in:
Florian Bruhin 2014-08-14 15:11:48 +02:00
parent 36572bc0cb
commit f1f5c344bc

View File

@ -29,7 +29,6 @@ import pypeg2 as peg
from qutebrowser.utils.log import rfc6266 as logger
class UniqueNamespace(peg.Namespace):
"""A pyPEG2 namespace which prevents setting a value twice."""