Skip to content

Commit

Permalink
Fixed typo / spacing by @larsewi
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Erik Wik <[email protected]>
  • Loading branch information
olehermanse and larsewi authored Dec 13, 2023
1 parent edd4a7b commit 0e23a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfbs/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def validate_module_input(name, module):
)
if len(subtype) > 1:
# The "key" field is used to create the JSON objects for each
# input in a list of "things" which are not just strings,
# input in a list of "things" which are not just strings,
# i.e. consist of multiple values
if (
"key" not in part
Expand Down

0 comments on commit 0e23a7b

Please sign in to comment.