Skip to content

Commit

Permalink
Lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneynotthecity committed Dec 2, 2024
1 parent 5eb72a0 commit 69cfc6f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions models/marts/ledger_current_state/contract_code_current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,31 +75,31 @@ models:
description: '{{ doc("n_instructions") }}'

- name: n_functions
description: '{{ doc("n_functions") }}'
description: '{{ doc("n_functions") }}'

- name: n_globals
description: '{{ doc("n_globals") }}'
description: '{{ doc("n_globals") }}'

- name: n_table_entries
description: '{{ doc("n_table_entries") }}'
description: '{{ doc("n_table_entries") }}'

- name: n_types
description: '{{ doc("n_types") }}'
description: '{{ doc("n_types") }}'

- name: n_data_segments
description: '{{ doc("n_data_segments") }}'
description: '{{ doc("n_data_segments") }}'

- name: n_elem_segments
description: '{{ doc("n_elem_segments") }}'
description: '{{ doc("n_elem_segments") }}'

- name: n_imports
description: '{{ doc("n_imports") }}'
description: '{{ doc("n_imports") }}'

- name: n_exports
description: '{{ doc("n_exports") }}'
description: '{{ doc("n_exports") }}'

- name: n_data_segment_bytes
description: '{{ doc("n_data_segment_bytes") }}'
description: '{{ doc("n_data_segment_bytes") }}'

- name: batch_id
description: '{{ doc("batch_id") }}'
Expand Down

0 comments on commit 69cfc6f

Please sign in to comment.