[voltLib] minor formatting
This commit is contained in:
parent
08d3460850
commit
430b3d21a1
@ -8,6 +8,7 @@ import unittest
|
||||
def lex(s):
|
||||
return [(typ, tok) for (typ, tok, _) in Lexer(s, "test.vtp")]
|
||||
|
||||
|
||||
class LexerTest(unittest.TestCase):
|
||||
def __init__(self, methodName):
|
||||
unittest.TestCase.__init__(self, methodName)
|
||||
|
Loading…
x
Reference in New Issue
Block a user