Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeahan committed Jun 5, 2020
1 parent 140d7b1 commit c6ba0ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/generators/asciidoc_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def generate(intermediate_nested, ecs_version, out_dir):

# Helpers


def templated(template_name):
"""Decorator function to simplify rendering a template.
Expand Down Expand Up @@ -201,6 +202,7 @@ def table_footer():

# Main Fields Table


@templated('field_details/table_header.j2')
def field_details_table_header(title, name, description):
return dict(name=name, title=title, description=description)
Expand Down

0 comments on commit c6ba0ea

Please sign in to comment.