whitespace

This commit is contained in:
Alex Stokes 2021-05-06 10:23:50 -07:00
parent 4c73fec88e
commit 953b0278a1
No known key found for this signature in database
GPG Key ID: 99B3D88FD6C55A69

View File

@ -167,7 +167,7 @@ def get_spec(file_name: str) -> SpecObject:
comment = _get_eth2_spec_comment(child)
if comment == "skip":
should_skip = True
return SpecObject(
functions=functions,
custom_types=custom_types,