Skip to content

Commit

Permalink
use tabs rather than spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
avivkeller authored Aug 19, 2024
1 parent 6560d5d commit e8f3a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ lint-yaml-build:
# Lints the YAML files with yamllint.
lint-yaml:
@if [ -d "tools/pip/site-packages/yamllint" ]; then \
$(info Running YAML linter...) \
$(info Running YAML linter...) \
PYTHONPATH=tools/pip $(PYTHON) -m yamllint .; \
else \
echo 'YAML linting with yamllint is not available'; \
Expand Down

0 comments on commit e8f3a23

Please sign in to comment.