mirror of
https://github.com/DeterminateSystems/determinate-nix-action.git
synced 2026-02-24 22:57:12 +00:00
Fix formatting issue
This commit is contained in:
parent
7bdbe146aa
commit
1ae6376b0c
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ import sys
|
|||
def eprintln(line):
|
||||
print(line, file=sys.stderr)
|
||||
|
||||
|
||||
def make_inputs_table(inputs):
|
||||
headers = ["Parameter", "Description", "Required", "Default"]
|
||||
rows = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue