Skip to content

Commit 231c73c

Browse files
committed
Remove space
1 parent 385a267 commit 231c73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/lint/pylint.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PYLINT_FLAGS ?= \
2727
# This target checks if Pylint is installed.
2828

2929
pylint-check:
30-
ifeq (, $(shell command -v $(PYLINT) 2> /dev/null))
30+
ifeq (, $(shell command -v $(PYLINT) 2>/dev/null))
3131
$(QUIET) echo ''
3232
$(QUIET) echo 'Pylint is not installed. Please install Pylint and try again.'
3333
$(QUIET) echo 'For install instructions, see https://github.com/PyCQA/pylint.'

0 commit comments

Comments
 (0)