From 953b0278a10bbf98ed1f6e921a7accf9b87b62c8 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Thu, 6 May 2021 10:23:50 -0700 Subject: [PATCH] whitespace --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aad834e2c..aaed891c4 100644 --- a/setup.py +++ b/setup.py @@ -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,