Skip to content

Commit

Permalink
Delete extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Jun 3, 2019
1 parent a557605 commit 6cd9811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/phase0/function_puller.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def get_spec(file_name: str) -> List[str]:
for type_line in ssz_type:
if len(type_line) > 0:
code_lines.append(' ' + type_line)
code_lines.append('')
for (ssz_type_name, _) in type_defs:
code_lines.append(f' global_vars["{ssz_type_name}"] = {ssz_type_name}')
code_lines.append(' global_vars["ssz_types"] = [')
Expand Down

0 comments on commit 6cd9811

Please sign in to comment.