Add trailing comma to avoid future diff

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Sheidan 2025-07-20 21:53:36 +02:00 committed by GitHub
commit d86098674b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -488,7 +488,7 @@ def main():
('state', 'present', ['value', 'path'], True),
],
mutually_exclusive=[
['value', 'path']
['value', 'path'],
],
)