fmt: formatting
This commit is contained in:
parent
1fcfc78c6b
commit
86efe11f83
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@
|
|||
# get teh max length of a list of strings
|
||||
max_len = records: lib.lists.foldr (a: b: (max a b)) 0 (lib.lists.forEach records (record: lib.strings.stringLength record.record));
|
||||
|
||||
# now that we can get teh max lenth of a list of strings
|
||||
# Now that we can get teh max lenth of a list of strings
|
||||
# we can pad it out to the max len +1
|
||||
# this is so that teh generated file is easier for a human to read
|
||||
format_records = records: let
|
||||
|
|
Loading…
Reference in a new issue