yamllint: fix all yamllint hyphens errors

Fix all hyphens errors detected by yamllint:

yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \
  grep '(hyphens)'

Default config is only one space after the hyphen.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2023-01-03 11:53:40 +00:00 committed by Stephanos Ioannidis
parent bd4cdde4b0
commit e0cc2b8dd0
7 changed files with 47 additions and 47 deletions