fixes indentation

This commit is contained in:
andri lim 2019-11-19 21:26:58 +07:00
parent 0d743dc468
commit d944138e63
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ proc generalStateJsonMain*(debugMode = false) =
if paramCount() == 0 or not debugMode:
# run all test fixtures
suite "generalstate json tests":
jsonTest("GeneralStateTests", testFixture)
jsonTest("GeneralStateTests", testFixture)
suite "new generalstate json tests":
jsonTest("newGeneralStateTests", testFixture)
else: