fix: types must be ‹types_or›

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2024-02-21 23:42:42 +01:00
parent 129c6c2bad
commit bfb9bd8cc6
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -4,7 +4,7 @@
description: Format C/C++ sources with clang-format. description: Format C/C++ sources with clang-format.
entry: clang-format -i entry: clang-format -i
language: system language: system
types: types_or:
- c - c
- c++ - c++
args: args: